body {
    background-color: #f6fbfc;
}

body {
    font-family: Source Serif 4;
}

.j1if8hhsi8 {
    font-family: 'Source Serif 4', sans-serif;
    font-size: 5rem;
    line-height: 1.1;
}

.j1if8hhsi8>.ghfb6t2q09 {
    font-size: 6.25rem;
}

.gx9p6r0tla {
    font-family: 'Source Serif 4', sans-serif;
    font-size: 2.5rem;
    line-height: 1.3;
}

.gx9p6r0tla>.ghfb6t2q09 {
    font-size: 3.125rem;
}

.ehhojpcojd {
    font-family: 'Source Serif 4', sans-serif;
    font-size: 1rem;
    line-height: 1.3;
}

.ehhojpcojd>.ghfb6t2q09 {
    font-size: 1.25rem;
}

.hpmwekoytw {
    font-family: 'Source Serif 4', sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
}

.hpmwekoytw>.ghfb6t2q09 {
    font-size: 1.875rem;
}

.shcq2f23ab {
    font-family: 'Source Serif 4', sans-serif;
    font-size: 1.125rem;
    line-height: 1.5;
}

.shcq2f23ab>.ghfb6t2q09 {
    font-size: 1.40625rem;
}

/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
    .j1if8hhsi8 {
        font-size: 4rem;
    }
}

@media (max-width: 768px) {
    .j1if8hhsi8 {
        font-size: 3.5rem;
        font-size: calc(2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
    }

    .gx9p6r0tla {
        font-size: 2rem;
        font-size: calc(1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
    }

    .ehhojpcojd {
        font-size: 0.8rem;
        font-size: calc(1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
    }

    .hpmwekoytw {
        font-size: 1.2rem;
        font-size: calc(1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
    }

    .shcq2f23ab {
        font-size: 0.9rem;
        font-size: calc(1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
    }
}

/* Buttons */
.l9bb58pakt {
    padding: 0.6rem 1.2rem;
    border-radius: 0;
}

.btn-sm {
    padding: 0.6rem 1.2rem;
    border-radius: 0;
}

.btn-md {
    padding: 0.6rem 1.2rem;
    border-radius: 0;
}

.btn-lg {
    padding: 1rem 2.6rem;
    border-radius: 0;
}

.bg-primary {
    background-color: #457b9d !important;
}

.bg-success {
    background-color: #20ac6b !important;
}

.bg-info {
    background-color: #0aa3c2 !important;
}

.bg-warning {
    background-color: #cc9900 !important;
}

.bg-danger {
    background-color: #ae1e2c !important;
}

.p4hx7ld7f5,
.p4hx7ld7f5:active {
    background-color: #457b9d !important;
    border-color: #457b9d !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.p4hx7ld7f5:hover,
.p4hx7ld7f5:focus,
.p4hx7ld7f5.focus,
.p4hx7ld7f5.ovdc78gexc {
    color: #ffffff !important;
    background-color: #2b4c61 !important;
    border-color: #2b4c61 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.p4hx7ld7f5.disabled,
.p4hx7ld7f5:disabled {
    color: #ffffff !important;
    background-color: #2b4c61 !important;
    border-color: #2b4c61 !important;
}

.btn-secondary,
.btn-secondary:active {
    background-color: #e63946 !important;
    border-color: #e63946 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.ovdc78gexc {
    color: #ffffff !important;
    background-color: #b21622 !important;
    border-color: #b21622 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #ffffff !important;
    background-color: #b21622 !important;
    border-color: #b21622 !important;
}

.btn-info,
.btn-info:active {
    background-color: #0aa3c2 !important;
    border-color: #0aa3c2 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.ovdc78gexc {
    color: #ffffff !important;
    background-color: #065e70 !important;
    border-color: #065e70 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-info.disabled,
.btn-info:disabled {
    color: #ffffff !important;
    background-color: #065e70 !important;
    border-color: #065e70 !important;
}

.btn-success,
.btn-success:active {
    background-color: #20ac6b !important;
    border-color: #20ac6b !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.ovdc78gexc {
    color: #ffffff !important;
    background-color: #12633e !important;
    border-color: #12633e !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #ffffff !important;
    background-color: #12633e !important;
    border-color: #12633e !important;
}

.btn-warning,
.btn-warning:active {
    background-color: #cc9900 !important;
    border-color: #cc9900 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.ovdc78gexc {
    color: #ffffff !important;
    background-color: #755800 !important;
    border-color: #755800 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #ffffff !important;
    background-color: #755800 !important;
    border-color: #755800 !important;
}

.btn-danger,
.btn-danger:active {
    background-color: #ae1e2c !important;
    border-color: #ae1e2c !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.ovdc78gexc {
    color: #ffffff !important;
    background-color: #641119 !important;
    border-color: #641119 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #ffffff !important;
    background-color: #641119 !important;
    border-color: #641119 !important;
}

.btn-white,
.btn-white:active {
    background-color: #fafafa !important;
    border-color: #fafafa !important;
    color: #7a7a7a !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.ovdc78gexc {
    color: #4f4f4f !important;
    background-color: #cfcfcf !important;
    border-color: #cfcfcf !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-white.disabled,
.btn-white:disabled {
    color: #7a7a7a !important;
    background-color: #cfcfcf !important;
    border-color: #cfcfcf !important;
}

.btn-black,
.btn-black:active {
    background-color: #232323 !important;
    border-color: #232323 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.ovdc78gexc {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-black.disabled,
.btn-black:disabled {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.btn-primary-outline,
.btn-primary-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #457b9d;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.ovdc78gexc {
    color: #2b4c61 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
    color: #ffffff !important;
    background-color: #457b9d !important;
    border-color: #457b9d !important;
}

.btn-secondary-outline,
.btn-secondary-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #e63946;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.ovdc78gexc {
    color: #b21622 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
    color: #ffffff !important;
    background-color: #e63946 !important;
    border-color: #e63946 !important;
}

.btn-info-outline,
.btn-info-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #0aa3c2;
}

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.ovdc78gexc {
    color: #065e70 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-info-outline.disabled,
.btn-info-outline:disabled {
    color: #ffffff !important;
    background-color: #0aa3c2 !important;
    border-color: #0aa3c2 !important;
}

.btn-success-outline,
.btn-success-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #20ac6b;
}

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.ovdc78gexc {
    color: #12633e !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-success-outline.disabled,
.btn-success-outline:disabled {
    color: #ffffff !important;
    background-color: #20ac6b !important;
    border-color: #20ac6b !important;
}

.btn-warning-outline,
.btn-warning-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #cc9900;
}

.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.ovdc78gexc {
    color: #755800 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
    color: #ffffff !important;
    background-color: #cc9900 !important;
    border-color: #cc9900 !important;
}

.btn-danger-outline,
.btn-danger-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #ae1e2c;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.ovdc78gexc {
    color: #641119 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
    color: #ffffff !important;
    background-color: #ae1e2c !important;
    border-color: #ae1e2c !important;
}

.btn-black-outline,
.btn-black-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #232323;
}

.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.ovdc78gexc {
    color: #000000 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-black-outline.disabled,
.btn-black-outline:disabled {
    color: #ffffff !important;
    background-color: #232323 !important;
    border-color: #232323 !important;
}

.btn-white-outline,
.btn-white-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #fafafa;
}

.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.ovdc78gexc {
    color: #cfcfcf !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-white-outline.disabled,
.btn-white-outline:disabled {
    color: #7a7a7a !important;
    background-color: #fafafa !important;
    border-color: #fafafa !important;
}

.text-primary {
    color: #457b9d !important;
}

.text-secondary {
    color: #e63946 !important;
}

.text-success {
    color: #20ac6b !important;
}

.text-info {
    color: #0aa3c2 !important;
}

.text-warning {
    color: #cc9900 !important;
}

.text-danger {
    color: #ae1e2c !important;
}

.text-white {
    color: #fafafa !important;
}

.text-black {
    color: #232323 !important;
}

a.text-primary:hover,
a.text-primary:focus,
a.text-primary.ovdc78gexc {
    color: #264356 !important;
}

a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.ovdc78gexc {
    color: #a41520 !important;
}

a.text-success:hover,
a.text-success:focus,
a.text-success.ovdc78gexc {
    color: #105636 !important;
}

a.text-info:hover,
a.text-info:focus,
a.text-info.ovdc78gexc {
    color: #055161 !important;
}

a.text-warning:hover,
a.text-warning:focus,
a.text-warning.ovdc78gexc {
    color: #664d00 !important;
}

a.text-danger:hover,
a.text-danger:focus,
a.text-danger.ovdc78gexc {
    color: #570f16 !important;
}

a.text-white:hover,
a.text-white:focus,
a.text-white.ovdc78gexc {
    color: #c7c7c7 !important;
}

a.text-black:hover,
a.text-black:focus,
a.text-black.ovdc78gexc {
    color: #000000 !important;
}

a[class*="text-"]:not(.ofe8ckdpzs):not(.dropdown-item):not([role]):not(.zklp0qxljm) {
    position: relative;
    background-image: transparent;
    background-size: 10000px 2px;
    background-repeat: no-repeat;
    background-position: 0px 1.2em;
    background-position: -10000px 1.2em;
}

a[class*="text-"]:not(.ofe8ckdpzs):not(.dropdown-item):not([role]):not(.zklp0qxljm):hover {
    transition: background-position 2s ease-in-out;
    background-image: linear-gradient(currentColor 50%, currentColor 50%);
    background-position: 0px 1.2em;
}

.qtze10wjbl .ofe8ckdpzs.ovdc78gexc {
    color: #457b9d;
}

.qtze10wjbl .ofe8ckdpzs:not(.ovdc78gexc) {
    color: #232323;
}

.yh5knqopld {
    background-color: #70c770;
}

.alert-info {
    background-color: #0aa3c2;
}

.alert-warning {
    background-color: #cc9900;
}

.lt0i2wlex1 {
    background-color: #ae1e2c;
}

.mbr-gallery-filter li.ovdc78gexc .l9bb58pakt {
    background-color: #457b9d;
    border-color: #457b9d;
    color: #ffffff;
}

.mbr-gallery-filter li.ovdc78gexc .l9bb58pakt:focus {
    box-shadow: none;
}

a,
a:hover {
    color: #457b9d;
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
    color: #92b8cf;
}

.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
    color: #68e3aa;
}

.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
    color: #55dbf6;
}

.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
    color: #ffe599;
}

.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
    color: #e56773;
}

/* Scroll to top button*/
.scrollToTop_wraper {
    display: none;
}

.yderjhtp0j {
    font-family: 'Source Serif 4', sans-serif;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 400;
}

.yderjhtp0j>.ghfb6t2q09 {
    font-size: 1.25rem;
}

.yderjhtp0j:hover,
.yderjhtp0j:focus {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
    border-color: #457b9d !important;
}

.yderjhtp0j:-webkit-input-placeholder {
    font-family: 'Source Serif 4', sans-serif;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 400;
}

.yderjhtp0j:-webkit-input-placeholder>.ghfb6t2q09 {
    font-size: 1.25rem;
}

blockquote {
    border-color: #457b9d;
}

/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
    background-color: #457b9d;
    color: #ffffff;
}

.jq-number__spin {
    transition: 0.25s ease;
}

.jq-number__spin:hover {
    border-color: #457b9d;
}

.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
    transition: 0.4s;
    border-top-color: #353535;
    border-bottom-color: #353535;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
    border-top-color: #457b9d;
    border-bottom-color: #457b9d;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    color: #ffffff !important;
    background-color: #457b9d !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #ffffff !important;
    background: #e63946 !important;
    box-shadow: none !important;
}

.lazy-bg {
    background-image: none !important;
}

.lazy-placeholder:not(section),
.lazy-none {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: auto;
}

iframe.lazy-placeholder,
.lazy-placeholder:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: transparent no-repeat center;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-image: url("../../../data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23457b9d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

section.lazy-placeholder:after {
    opacity: 0.5;
}

body {
    overflow-x: hidden;
}

a {
    transition: color 0.6s;
}

.qmldd3rplg .l9bb58pakt,
.ath05xcvq6 .l9bb58pakt {
    max-height: 57px;
    padding: 12px 36px 12px;
    transition: all .3s ease;
}

.qmldd3rplg .btn-primary-outline,
.ath05xcvq6 .btn-primary-outline {
    border: 1px solid #457b9d;
}

.qmldd3rplg .btn-primary-outline:hover,
.ath05xcvq6 .btn-primary-outline:hover {
    box-shadow: inset 0 -100px 0 0 #457b9d !important;
    color: #0aa3c2 !important;
}

.qmldd3rplg .btn-secondary-outline,
.ath05xcvq6 .btn-secondary-outline {
    border: 1px solid #e63946;
}

.qmldd3rplg .btn-secondary-outline:hover,
.ath05xcvq6 .btn-secondary-outline:hover {
    box-shadow: inset 0 -100px 0 0 #e63946 !important;
    color: #457b9d !important;
}

.qmldd3rplg .btn-success-outline,
.ath05xcvq6 .btn-success-outline {
    border: 1px solid #20ac6b;
}

.qmldd3rplg .btn-success-outline:hover,
.ath05xcvq6 .btn-success-outline:hover {
    box-shadow: inset 0 -100px 0 0 #20ac6b !important;
    color: #457b9d !important;
}

.qmldd3rplg .btn-info-outline,
.ath05xcvq6 .btn-info-outline {
    border: 1px solid #0aa3c2;
}

.qmldd3rplg .btn-info-outline:hover,
.ath05xcvq6 .btn-info-outline:hover {
    box-shadow: inset 0 -100px 0 0 #0aa3c2 !important;
    color: #457b9d !important;
}

.qmldd3rplg .btn-warning-outline,
.ath05xcvq6 .btn-warning-outline {
    border: 1px solid #cc9900;
}

.qmldd3rplg .btn-warning-outline:hover,
.ath05xcvq6 .btn-warning-outline:hover {
    box-shadow: inset 0 -100px 0 0 #cc9900 !important;
    color: #0aa3c2 !important;
}

.qmldd3rplg .btn-danger-outline,
.ath05xcvq6 .btn-danger-outline {
    border: 1px solid #ae1e2c;
}

.qmldd3rplg .btn-danger-outline:hover,
.ath05xcvq6 .btn-danger-outline:hover {
    box-shadow: inset 0 -100px 0 0 #ae1e2c !important;
    color: #457b9d !important;
}

.asyczqawjt .srknj59zqs {
    background-color: #f6fbfc !important;
    padding: 0;
}

.asyczqawjt .vct3b148vi.uh5ckefrjy .dropdown .dropdown-menu {
    background-color: #f6fbfc !important;
    background: #f6fbfc;
}

.asyczqawjt .vct3b148vi.uh5ckefrjy .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0;
    left: 100%;
}

.asyczqawjt .ezok3mx0p1 {
    flex-wrap: nowrap;
}

@media (max-width: 991px) {
    .asyczqawjt .ezok3mx0p1 {
        flex-direction: column;
        align-items: flex-start;
    }

    .asyczqawjt .ezok3mx0p1 .vct3b148vi.opened,
    .asyczqawjt .ezok3mx0p1 .tv2ywggh0r {
        background-color: #f6fbfc !important;
        transition: all 0s ease 0s;
    }
}

.asyczqawjt .srknj59zqs {
    position: relative !important;
}

.asyczqawjt .l9bb58pakt {
    min-height: auto;
}

@media (min-width: 992px) {
    .asyczqawjt ul.eebm3szufs {
        padding-bottom: 1.5rem;
    }

    .asyczqawjt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .asyczqawjt .benj5w7ijx.dropdown-toggle::after {
        display: inline-block;
        width: 7px;
        height: 7px;
        margin-left: 0.5rem;
        margin-bottom: 2px;
        content: "";
        border: 2px solid;
        border-left: none;
        border-top: none;
        transform: rotate(-45deg);
    }

    .asyczqawjt .benj5w7ijx.dropdown-toggle::after {
        padding: 0 !important;
        transform: rotate(45deg);
    }

    .asyczqawjt li.h9wb6cutx0 {
        position: relative;
        display: inline-block;
        padding: 1px 7px !important;
        vertical-align: middle;
        line-height: 2em !important;
        font-weight: 600 !important;
        text-decoration: none;
        letter-spacing: 0 !important;
        z-index: 1;
    }

    .asyczqawjt .lg_brand {
        margin: 0 1rem;
    }

    .asyczqawjt .eebm3szufs.hdazqsidot {
        display: -webkit-flex;
        width: 100%;
        justify-content: center;
    }
}

.asyczqawjt .h9wb6cutx0 {
    margin: 4px 15px;
}

@media (min-width: 1200px) {
    .asyczqawjt .h9wb6cutx0 {
        margin: 4px 20px;
    }
}

@media (max-width: 991px) {
    .asyczqawjt .h9wb6cutx0 {
        margin: 0 !important;
    }
}

.asyczqawjt .h9wb6cutx0 .ofe8ckdpzs {
    position: relative;
}

.asyczqawjt .h9wb6cutx0 .ofe8ckdpzs:hover::before,
.asyczqawjt .h9wb6cutx0 .ofe8ckdpzs:focus::before {
    width: 100%;
}

.asyczqawjt .h9wb6cutx0 .ofe8ckdpzs::before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 0;
    height: 5px;
    transition: all 0.3s ease-in-out;
    background-color: #000000;
}

.asyczqawjt .dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    text-align: left;
}

@media (min-width: 992px) {
    .asyczqawjt .dropdown-menu {
        padding: 18px 34px 22px;
        min-width: 250px;
        top: auto !important;
        left: -40px !important;
    }

    .asyczqawjt .dropdown-menu.dropdown-submenu {
        left: 215px !important;
        top: -45% !important;
    }
}

@media (max-width: 991px) {

    .asyczqawjt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .asyczqawjt .benj5w7ijx.dropdown-toggle::after {
        display: inline-block;
        width: 7px;
        height: 7px;
        margin-left: 0.5rem;
        margin-bottom: 2px;
        content: "";
        border: 2px solid;
        border-left: none;
        border-top: none;
        transform: rotate(-45deg);
        right: 15px;
        position: absolute;
        margin-top: -2px;
    }

    .asyczqawjt .qq3a0kmzzn.dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(45deg);
        margin-top: -4px;
    }

    .asyczqawjt .offcanvas_box {
        display: none;
    }
}

.asyczqawjt .dropdown-item {
    border: none;
    font-weight: 300 !important;
}

.asyczqawjt .hdazqsidot .benj5w7ijx {
    font-weight: 700 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.asyczqawjt .hdazqsidot .benj5w7ijx.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: -0.5rem;
}

.asyczqawjt .container {
    display: flex;
    margin: auto;
}

.asyczqawjt .iconfont-wrapper {
    color: #f4efe8;
    font-size: 17px;
    margin-right: 10px;
    margin-bottom: 5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
}

.asyczqawjt .iconfont-wrapper:last-child {
    margin-right: 0;
}

.asyczqawjt .iconfont-wrapper:hover {
    opacity: 0.5;
}

.asyczqawjt .zklp0qxljm {
    color: #000000;
}

.asyczqawjt .eebm3szufs {
    margin: 0 1rem;
}

@media (min-width: 992px) {
    .asyczqawjt .eebm3szufs {
        margin: 0;
    }
}

.asyczqawjt .dropdown-menu,
.asyczqawjt .vct3b148vi.opened {
    background-color: false !important;
}

.asyczqawjt .h9wb6cutx0:focus,
.asyczqawjt .ofe8ckdpzs:focus {
    outline: none;
}

.asyczqawjt .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    transition: all 0.25s ease-in-out;
}

.asyczqawjt .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.asyczqawjt .dropdown .dropdown-menu .dropdown-item .ghfb6t2q09 {
    margin-right: 0.5rem;
    vertical-align: sub;
}

.asyczqawjt .dropdown .dropdown-menu .dropdown-item .ghfb6t2q09:before {
    display: inline-block;
    transform: scale(1, 1);
    transition: all 0.25s ease-in-out;
}

.asyczqawjt .n6sc06w8j6 .dropdown-menu .dropdown-item:before {
    display: none;
}

.asyczqawjt .n6sc06w8j6 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
}

.asyczqawjt .vct3b148vi {
    min-height: 70px;
    padding: 20px 0;
    transition: all 0.3s;
    border-bottom-width: 0;
}

@media (max-width: 992px) {
    .asyczqawjt .vct3b148vi {
        min-height: 30px;
        max-height: none;
    }
}

.asyczqawjt .vct3b148vi.opened {
    transition: all 0.3s;
}

.asyczqawjt .vct3b148vi .dropdown-item {
    padding: 0;
    margin: 8px 0;
}

.asyczqawjt .vct3b148vi .v4q6ldpwqt img {
    max-width: 70px;
    min-height: 70px;
    object-fit: contain;
}

.asyczqawjt .vct3b148vi .tv2ywggh0r {
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.asyczqawjt .vct3b148vi.n6sc06w8j6 {
    justify-content: center;
}

.asyczqawjt .vct3b148vi.n6sc06w8j6 .h9wb6cutx0 .ofe8ckdpzs::before {
    display: none;
}

.asyczqawjt .vct3b148vi.n6sc06w8j6.opened .dropdown-menu {
    top: 0;
}

.asyczqawjt .vct3b148vi.n6sc06w8j6 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.asyczqawjt .vct3b148vi.n6sc06w8j6 .dropdown-menu .dropdown-item:after {
    right: auto;
}

.asyczqawjt .vct3b148vi.n6sc06w8j6 ul.eebm3szufs li {
    margin: auto;
}

.asyczqawjt .vct3b148vi.n6sc06w8j6 .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: left;
}

.asyczqawjt .vct3b148vi.n6sc06w8j6 .icons-menu {
    padding: 0;
}

@media (max-width: 991px) {
    .asyczqawjt .vct3b148vi .h9wb6cutx0 {
        padding: 0.5rem 0;
    }

    .asyczqawjt .vct3b148vi .tv2ywggh0r {
        padding: 34px 0;
        border-radius: 25px;
    }

    .asyczqawjt .vct3b148vi .h9wb6cutx0 .ofe8ckdpzs::before {
        display: none;
    }

    .asyczqawjt .vct3b148vi.opened .dropdown-menu {
        top: 0;
    }

    .asyczqawjt .vct3b148vi .dropdown-menu {
        padding: 6px 0 6px 15px;
    }

    .asyczqawjt .vct3b148vi .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .asyczqawjt .vct3b148vi .dropdown-menu .dropdown-item:after {
        right: auto;
        margin-top: -0.4rem;
    }

    .asyczqawjt .vct3b148vi .v4q6ldpwqt img {
        height: 3rem !important;
    }

    .asyczqawjt .vct3b148vi ul.eebm3szufs {
        overflow: hidden;
    }

    .asyczqawjt .vct3b148vi ul.eebm3szufs li {
        margin: 0;
    }

    .asyczqawjt .vct3b148vi .dropdown-menu .dropdown-item {
        padding: 0 !important;
        margin: 0;
        margin-top: 8px;
        text-align: left;
    }

    .asyczqawjt .vct3b148vi .rvsowmeml1 {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 0;
        width: 100%;
        justify-content: space-between;
    }

    .asyczqawjt .vct3b148vi .l13ave6pb7 {
        flex-basis: auto;
    }

    .asyczqawjt .vct3b148vi .icons-menu {
        padding: 0;
    }
}

.asyczqawjt .vct3b148vi.navbar-short {
    min-height: 60px;
}

.asyczqawjt .vct3b148vi.navbar-short .v4q6ldpwqt img {
    height: 2.5rem !important;
}

.asyczqawjt .vct3b148vi.navbar-short .rvsowmeml1 {
    min-height: 60px;
    padding: 0;
}

.asyczqawjt .rvsowmeml1 {
    min-height: 70px;
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
    padding: 10px 0;
    transition: all 0.3s;
    word-break: break-word;
    z-index: 1;
}

.asyczqawjt .rvsowmeml1 .zklp0qxljm {
    line-height: inherit !important;
    font-weight: 400;
}

.asyczqawjt .rvsowmeml1 .v4q6ldpwqt a {
    outline: none;
}

.asyczqawjt .dropdown-item.ovdc78gexc,
.asyczqawjt .dropdown-item:active {
    background-color: transparent;
}

.asyczqawjt .uh5ckefrjy .eebm3szufs .ofe8ckdpzs {
    padding: 0;
}

.asyczqawjt .hdazqsidot .benj5w7ijx.dropdown-toggle {
    margin-right: 1.667em;
}

.asyczqawjt .hdazqsidot .benj5w7ijx.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.667em;
}

.asyczqawjt .vct3b148vi .dropdown.open>.dropdown-menu {
    display: block;
}

.asyczqawjt ul.eebm3szufs {
    flex-wrap: wrap;
    padding: 0;
}

.asyczqawjt .navbar-buttons {
    text-align: center;
    min-width: 170px;
}

.asyczqawjt button.l13ave6pb7 {
    outline: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #f6fbfc;
    background: #f6fbfc;
}

.asyczqawjt button.l13ave6pb7 .ybr3t8rxez span {
    position: absolute;
    right: 10px;
    margin-top: 14px;
    width: 26px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
}

.asyczqawjt button.l13ave6pb7 .ybr3t8rxez span:nth-child(1) {
    top: 0;
    transition: all 0.2s;
}

.asyczqawjt button.l13ave6pb7 .ybr3t8rxez span:nth-child(2) {
    top: 8px;
    transition: all 0.15s;
}

.asyczqawjt button.l13ave6pb7 .ybr3t8rxez span:nth-child(3) {
    top: 8px;
    transition: all 0.15s;
}

.asyczqawjt button.l13ave6pb7 .ybr3t8rxez span:nth-child(4) {
    top: 16px;
    transition: all 0.2s;
}

.asyczqawjt nav.opened .ybr3t8rxez span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.asyczqawjt nav.opened .ybr3t8rxez span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
}

.asyczqawjt nav.opened .ybr3t8rxez span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
}

.asyczqawjt nav.opened .ybr3t8rxez span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.asyczqawjt a.ofe8ckdpzs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.asyczqawjt .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    padding: 0;
    text-align: center;
    margin-bottom: 35px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .asyczqawjt .vct3b148vi {
        height: 70px;
    }

    .asyczqawjt .vct3b148vi.opened {
        height: auto;
    }

    .asyczqawjt .h9wb6cutx0 .ofe8ckdpzs:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.asyczqawjt .srknj59zqs .v4q6ldpwqt {
    margin-right: 15px;
}

@media (min-width: 768px) {
    .asyczqawjt .p5jz08b8r7 {
        padding-left: 80px;
        padding-right: 80px;
    }
}

.asyczqawjt .ath05xcvq6 .l9bb58pakt {
    width: fit-content;
    white-space: nowrap;
}

.asyczqawjt .icons-menu-main {
    display: flex;
}

.asyczqawjt .zklp0qxljm:hover {
    color: #000000;
}

@media (min-width: 992px) {
    .asyczqawjt .dropdown-menu.dropdown-submenu {
        left: 175px !important;
        top: -45% !important;
    }
}

.asyczqawjt .mbr-section-subtitle {
    color: #f4efe8;
}

.asyczqawjt .mu5rtatd22 {
    color: #f4efe8;
    text-align: left;
}

.asyczqawjt .text_widget {
    color: #f4efe8;
}

.asyczqawjt .mbr-section-subtitle,
.asyczqawjt .text_widget {
    text-align: left;
}

.asyczqawjt a[class*="text-"]:not(.ofe8ckdpzs):not(.dropdown-item):not([role]):not(.zklp0qxljm):hover {
    background-image: none;
}

.asyczqawjt .ofe8ckdpzs,
.asyczqawjt .dropdown-item {
    color: #000000;
}

.bw4t7qsovl {
    overflow: hidden;
    background-color: transparent;
}

.bw4t7qsovl .e2lbq6mufe {
    position: relative;
}

.bw4t7qsovl .e2lbq6mufe .iq7q4w4loj {
    position: absolute;
    top: 30%;
    left: 28%;
    width: 700px;
    height: 700px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #daffff 50%, #76aace);
    filter: blur(64px) blur(64px);
    z-index: 0;
}

@media (max-width: 768px) {
    .bw4t7qsovl .e2lbq6mufe .iq7q4w4loj {
        display: none;
    }
}

.bw4t7qsovl .mbr-fallback-image.disabled {
    display: none;
}

.bw4t7qsovl .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.bw4t7qsovl .e2lbq6mufe {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .bw4t7qsovl .e2lbq6mufe {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .bw4t7qsovl .e2lbq6mufe {
        padding: 0 24px;
    }
}

.bw4t7qsovl .r3o4xd9m4u {
    position: relative;
    z-index: 2;
}

.bw4t7qsovl .r3o4xd9m4u .fyoo0835r8 {
    margin-bottom: 20px;
}

.bw4t7qsovl .clyq9jh9id {
    display: flex;
    justify-content: flex-end;
    margin-top: 80px;
}

.bw4t7qsovl .clyq9jh9id .mu5rtatd22 {
    letter-spacing: 0.5em;
    margin-bottom: 0;
    display: inline-flex;
    transform: rotate(90deg);
}

.bw4t7qsovl .clyq9jh9id .mu5rtatd22 span {
    margin-left: 21px;
    line-height: 0.7;
}

.bw4t7qsovl .fyoo0835r8 {
    color: #111111;
}

.bw4t7qsovl .mu5rtatd22,
.bw4t7qsovl .ghfb6t2q09 {
    color: #111111;
}

.bw4t7qsovl .fyoo0835r8,
.bw4t7qsovl .qmldd3rplg {
    color: #000000;
}

.wg2u7aqtsw {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: transparent;
}

.wg2u7aqtsw .e2lbq6mufe {
    position: relative;
}

.wg2u7aqtsw .e2lbq6mufe .iq7q4w4loj {
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    height: 600px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #daffff 50%, #76aace);
    filter: blur(64px) blur(64px);
}

@media (max-width: 768px) {
    .wg2u7aqtsw .e2lbq6mufe .iq7q4w4loj {
        display: none;
    }
}

.wg2u7aqtsw .e2lbq6mufe {
    justify-content: center;
}

.wg2u7aqtsw .mbr-fallback-image.disabled {
    display: none;
}

.wg2u7aqtsw .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.wg2u7aqtsw .e2lbq6mufe {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .wg2u7aqtsw .e2lbq6mufe {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .wg2u7aqtsw .e2lbq6mufe {
        padding: 0 24px;
    }
}

.wg2u7aqtsw .r3o4xd9m4u {
    position: relative;
    z-index: 1;
    margin-bottom: 128px;
}

@media (max-width: 992px) {
    .wg2u7aqtsw .r3o4xd9m4u {
        margin-bottom: 112px;
    }
}

@media (max-width: 768px) {
    .wg2u7aqtsw .r3o4xd9m4u {
        margin-bottom: 48px;
    }
}

.wg2u7aqtsw .r3o4xd9m4u .fyoo0835r8 {
    margin-bottom: 0;
}

.wg2u7aqtsw .wd8ep4bhgn:hover .hmu7hds0o8 .i3019bm8sq span {
    height: 100%;
    opacity: 1;
    transition: all 0.2s ease;
}

.wg2u7aqtsw .wd8ep4bhgn {
    margin-bottom: 48px;
    z-index: 1;
}

.wg2u7aqtsw .wd8ep4bhgn .hmu7hds0o8 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 385px;
    overflow: visible;
    margin: 0 8px;
}

@media (max-width: 1200px) {
    .wg2u7aqtsw .wd8ep4bhgn .hmu7hds0o8 {
        margin: 0;
    }
}

.wg2u7aqtsw .wd8ep4bhgn .hmu7hds0o8 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.wg2u7aqtsw .wd8ep4bhgn .hmu7hds0o8 .item-sticker {
    position: absolute;
    top: -5rem;
    right: -3rem;
    width: 105px;
    height: 105px;
    border-radius: 100%;
    background-color: #daffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(-20deg);
    z-index: 11;
}

@media (max-width: 768px) {
    .wg2u7aqtsw .wd8ep4bhgn .hmu7hds0o8 .item-sticker {
        display: none;
    }
}

.wg2u7aqtsw .wd8ep4bhgn .hmu7hds0o8 .item-sticker .mu5rtatd22 {
    margin-bottom: 0;
}

.wg2u7aqtsw .wd8ep4bhgn .hmu7hds0o8 .item-sticker:before {
    content: '';
    position: absolute;
    top: 0;
    right: 10px;
    width: 105px;
    height: 105px;
    border-radius: 100%;
    background-color: transparent;
    border: 3px solid #000000;
    pointer-events: none;
}

.wg2u7aqtsw .wd8ep4bhgn .hmu7hds0o8 .i3019bm8sq {
    background-image: linear-gradient(0deg, #003d41 60%, transparent);
    z-index: 1;
    padding: 32px;
    border-radius: 16px;
}

.wg2u7aqtsw .wd8ep4bhgn .hmu7hds0o8 .i3019bm8sq span {
    font-size: 32px;
    margin-bottom: 0;
    height: 0;
    opacity: 0;
    transition: all 0.2s ease;
}

.wg2u7aqtsw .wd8ep4bhgn .hmu7hds0o8 .i3019bm8sq .habwzedrgr {
    margin: 16px 0 0 0;
}

@media (max-width: 768px) {
    .wg2u7aqtsw .wd8ep4bhgn .hmu7hds0o8 .i3019bm8sq .habwzedrgr {
        margin: 12px 0 0 0;
    }
}

.wg2u7aqtsw .wd8ep4bhgn .hmu7hds0o8 .i3019bm8sq .ujj1x55xj3 {
    margin: 12px 0 0 0;
}

@media (max-width: 768px) {
    .wg2u7aqtsw .wd8ep4bhgn .hmu7hds0o8 .i3019bm8sq .ujj1x55xj3 {
        margin: 10px 0 0 0;
    }
}

.wg2u7aqtsw .fyoo0835r8 {
    color: #000000;
}

.wg2u7aqtsw .mu5rtatd22 {
    color: #000000;
    text-align: center;
}

.wg2u7aqtsw .habwzedrgr,
.wg2u7aqtsw .ghfb6t2q09 {
    color: #FFFFFF;
    text-align: left;
}

.wg2u7aqtsw .ujj1x55xj3 {
    color: #FFFFFF;
}

.di2nsnyr6o {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: transparent;
}

.di2nsnyr6o .e2lbq6mufe {
    position: relative;
}

.di2nsnyr6o .e2lbq6mufe .iq7q4w4loj {
    position: absolute;
    top: 25%;
    left: 34%;
    width: 420px;
    height: 420px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #daffff 50%, #76aace);
    filter: blur(64px) blur(64px);
}

@media (max-width: 768px) {
    .di2nsnyr6o .e2lbq6mufe .iq7q4w4loj {
        display: none;
    }
}

.di2nsnyr6o .mbr-fallback-image.disabled {
    display: none;
}

.di2nsnyr6o .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.di2nsnyr6o .e2lbq6mufe {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .di2nsnyr6o .e2lbq6mufe {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .di2nsnyr6o .e2lbq6mufe {
        padding: 0 24px;
    }
}

.di2nsnyr6o .e2lbq6mufe {
    justify-content: center;
}

.di2nsnyr6o .r3o4xd9m4u {
    position: relative;
    z-index: 1;
    margin-bottom: 64px;
}

@media (max-width: 992px) {
    .di2nsnyr6o .r3o4xd9m4u {
        margin-bottom: 32px;
    }
}

.di2nsnyr6o .r3o4xd9m4u .fyoo0835r8 {
    margin-bottom: 10px;
}

.di2nsnyr6o .r3o4xd9m4u .mu5rtatd22 {
    margin-bottom: 0;
}

.di2nsnyr6o .cd2cludgqw {
    position: relative;
    z-index: 1;
    padding: 64px;
    border-radius: 0;
}

.di2nsnyr6o .cd2cludgqw .habwzedrgr {
    margin-bottom: 30px;
}

.di2nsnyr6o .cd2cludgqw .ujj1x55xj3 {
    margin-bottom: 10px;
}

@media (max-width: 568px) {
    .di2nsnyr6o .cd2cludgqw {
        padding: 32px;
    }
}

.di2nsnyr6o .cd2cludgqw.eq0le2idd3 {
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    border-bottom-right-radius: 16px;
}

.di2nsnyr6o .cd2cludgqw.pewdnun9dq {
    border-left: 2px solid #000000;
    border-top: 2px solid #000000;
    border-top-left-radius: 16px;
}

.di2nsnyr6o .fyoo0835r8 {
    color: #000000;
    text-align: center;
}

.di2nsnyr6o .mu5rtatd22 {
    color: #000000;
    text-align: center;
}

.di2nsnyr6o .habwzedrgr {
    color: #111111;
}

.di2nsnyr6o .ujj1x55xj3 {
    color: #000000;
}

.di2nsnyr6o .habwzedrgr,
.di2nsnyr6o .qmldd3rplg {
    color: #000000;
}

.emgsm5lnyg {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.emgsm5lnyg .mbr-fallback-image.disabled {
    display: none;
}

.emgsm5lnyg .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.emgsm5lnyg .e2lbq6mufe {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .emgsm5lnyg .e2lbq6mufe {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .emgsm5lnyg .e2lbq6mufe {
        padding: 0 24px;
    }
}

.emgsm5lnyg .r3o4xd9m4u {
    margin-bottom: 20px;
}

.emgsm5lnyg .r3o4xd9m4u .fyoo0835r8 {
    margin-bottom: 0;
}

.emgsm5lnyg .gj16oqqc6k:before {
    content: '';
    position: absolute;
    display: block;
    width: 105px;
    height: 105px;
    border-radius: 100%;
    border: 3px solid #000000;
    background-color: transparent;
    top: 0;
    right: 21%;
}

.emgsm5lnyg .tc7bqs6dz4:before {
    content: '';
    position: absolute;
    display: block;
    width: 105px;
    height: 105px;
    border-radius: 100%;
    border: 3px solid #000000;
    background-color: transparent;
    top: 0;
    right: 46%;
}

.emgsm5lnyg .ifylhkgesh:before {
    content: '';
    position: absolute;
    display: block;
    width: 105px;
    height: 105px;
    border-radius: 100%;
    border: 3px solid #000000;
    background-color: transparent;
    top: 0;
    left: 19%;
}

@media (max-width: 768px) {
    .emgsm5lnyg .llveoentxn {
        display: none;
    }
}

.emgsm5lnyg .iq7q4w4loj {
    height: 100px;
    margin-bottom: 48px;
    position: relative;
}

.emgsm5lnyg .iq7q4w4loj .tcxn1rgd45 {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    filter: blur(5px) blur(5px);
    z-index: 1;
}

.emgsm5lnyg .iq7q4w4loj .uh8tdldlxm {
    background-image: linear-gradient(50deg, #daffff 20%, #76aace);
    top: 0;
    right: 20%;
}

.emgsm5lnyg .iq7q4w4loj .uukkhq6gb9 {
    background-image: linear-gradient(130deg, #daffff 35%, #76aace);
    top: 0;
    right: 45%;
}

.emgsm5lnyg .iq7q4w4loj .m1x42tzjcj {
    background-image: linear-gradient(130deg, #ff7071 35%, #76aace);
    top: 0;
    left: 20%;
}

.emgsm5lnyg .clyq9jh9id .mu5rtatd22 {
    display: inline-block;
    width: 40%;
    margin-bottom: 0;
    line-height: 1.8;
}

@media (max-width: 992px) {
    .emgsm5lnyg .clyq9jh9id .mu5rtatd22 {
        text-align: left;
        width: 100%;
    }
}

.emgsm5lnyg .fyoo0835r8 {
    color: #000000;
}

.emgsm5lnyg .mu5rtatd22,
.emgsm5lnyg .clyq9jh9id {
    color: #000000;
    text-align: right;
}

.i5t0psycf9 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #003d41;
}

.i5t0psycf9 .e2lbq6mufe {
    position: relative;
}

.i5t0psycf9 .e2lbq6mufe .iq7q4w4loj {
    position: absolute;
    top: 0;
    left: 3rem;
    width: 430px;
    height: 410px;
    border-radius: 100%;
    background-image: linear-gradient(110deg, #daffff 30%, #76aace);
    filter: blur(64px) blur(64px);
    left: auto;
    right: 3rem;
}

@media (max-width: 992px) {
    .i5t0psycf9 .e2lbq6mufe .iq7q4w4loj {
        width: 70%;
    }
}

@media (max-width: 768px) {
    .i5t0psycf9 .e2lbq6mufe .iq7q4w4loj {
        display: none;
    }
}

.i5t0psycf9 .mbr-fallback-image.disabled {
    display: none;
}

.i5t0psycf9 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.i5t0psycf9 .e2lbq6mufe {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .i5t0psycf9 .e2lbq6mufe {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .i5t0psycf9 .e2lbq6mufe {
        padding: 0 24px;
    }
}

.i5t0psycf9 .r3o4xd9m4u {
    position: relative;
    z-index: 1;
}

.i5t0psycf9 .r3o4xd9m4u .fyoo0835r8 {
    margin-bottom: 32px;
}

@media (max-width: 992px) {
    .i5t0psycf9 .r3o4xd9m4u .fyoo0835r8 {
        margin-bottom: 28px;
    }
}

@media (max-width: 768px) {
    .i5t0psycf9 .r3o4xd9m4u .fyoo0835r8 {
        margin-bottom: 24px;
    }
}

.i5t0psycf9 .r3o4xd9m4u .mu5rtatd22 {
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .i5t0psycf9 .r3o4xd9m4u .mu5rtatd22 {
        margin-bottom: 15px;
    }
}

.i5t0psycf9 .r3o4xd9m4u .qmldd3rplg .l9bb58pakt {
    width: 90%;
}

@media (max-width: 992px) {
    .i5t0psycf9 .r3o4xd9m4u .qmldd3rplg .l9bb58pakt {
        width: auto;
    }
}

.i5t0psycf9 .zzd7u1g47r {
    position: relative;
    z-index: 1;
    margin-right: 64px;
    margin-right: 0;
    margin-left: 64px;
}

@media (max-width: 992px) {
    .i5t0psycf9 .zzd7u1g47r {
        margin-left: 0;
    }
}

@media (max-width: 992px) {
    .i5t0psycf9 .zzd7u1g47r {
        margin-right: 0;
        margin-bottom: 96px;
        text-align: center;
    }
}

.i5t0psycf9 .zzd7u1g47r .ghfb6t2q09 {
    display: block;
    color: #ffffff;
    font-size: 350px;
    transform: rotate(-10deg);
}

@media (max-width: 992px) {
    .i5t0psycf9 .zzd7u1g47r .ghfb6t2q09 {
        font-size: 250px;
    }
}

@media (max-width: 768px) {
    .i5t0psycf9 .zzd7u1g47r .ghfb6t2q09 {
        font-size: 150px;
    }
}

.i5t0psycf9 .fyoo0835r8 {
    color: #f4efe8;
}

.i5t0psycf9 .mu5rtatd22 {
    color: #FFFFFF;
}

.i5t0psycf9 .fyoo0835r8,
.i5t0psycf9 .qmldd3rplg {
    color: #FFFFFF;
}

.cg3nsfcbe5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: transparent;
}

.cg3nsfcbe5 .e2lbq6mufe {
    position: relative;
}

.cg3nsfcbe5 .e2lbq6mufe .iq7q4w4loj {
    position: absolute;
    top: 25%;
    left: 0;
    width: 420px;
    height: 420px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #daffff 50%, #76aace);
    filter: blur(64px) blur(64px);
}

@media (max-width: 768px) {
    .cg3nsfcbe5 .e2lbq6mufe .iq7q4w4loj {
        display: none;
    }
}

.cg3nsfcbe5 .mbr-fallback-image.disabled {
    display: none;
}

.cg3nsfcbe5 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cg3nsfcbe5 .e2lbq6mufe {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .cg3nsfcbe5 .e2lbq6mufe {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .cg3nsfcbe5 .e2lbq6mufe {
        padding: 0 24px;
    }
}

.cg3nsfcbe5 .e2lbq6mufe {
    justify-content: center;
}

.cg3nsfcbe5 .r3o4xd9m4u {
    position: relative;
    z-index: 1;
    margin-bottom: 64px;
}

@media (max-width: 992px) {
    .cg3nsfcbe5 .r3o4xd9m4u {
        margin-bottom: 32px;
    }
}

.cg3nsfcbe5 .r3o4xd9m4u .fyoo0835r8 {
    margin-bottom: 10px;
}

.cg3nsfcbe5 .r3o4xd9m4u .mu5rtatd22 {
    margin-bottom: 0;
}

.cg3nsfcbe5 .wd8ep4bhgn {
    position: relative;
    z-index: 1;
    min-height: 172px;
    padding: 0 8px;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.cg3nsfcbe5 .wd8ep4bhgn:hover {
    opacity: 0.5;
}

.cg3nsfcbe5 .wd8ep4bhgn .hmu7hds0o8 {
    height: 100%;
    padding: 24px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: 2px solid #000000;
}

.cg3nsfcbe5 .wd8ep4bhgn .hmu7hds0o8 .habwzedrgr {
    margin-bottom: 0;
}

.cg3nsfcbe5 .fyoo0835r8 {
    color: #000000;
    text-align: center;
}

.cg3nsfcbe5 .mu5rtatd22 {
    color: #000000;
    text-align: center;
}

.cg3nsfcbe5 .habwzedrgr {
    color: #111111;
}

.cg3nsfcbe5 .habwzedrgr,
.cg3nsfcbe5 .qmldd3rplg {
    color: #000000;
}

.cid-v2ah8qwkCM {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #003d41;
}

.cid-v2ah8qwkCM .e2lbq6mufe {
    position: relative;
}

.cid-v2ah8qwkCM .e2lbq6mufe .iq7q4w4loj {
    position: absolute;
    top: 0;
    right: 35%;
    width: 420px;
    height: 420px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #daffff 50%, #76aace);
    backdrop-filter: blur(10px);
    filter: blur(64px) blur(64px);
}

@media (max-width: 768px) {
    .cid-v2ah8qwkCM .e2lbq6mufe .iq7q4w4loj {
        display: none;
    }
}

.cid-v2ah8qwkCM .mbr-fallback-image.disabled {
    display: none;
}

.cid-v2ah8qwkCM .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-v2ah8qwkCM .e2lbq6mufe {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .cid-v2ah8qwkCM .e2lbq6mufe {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .cid-v2ah8qwkCM .e2lbq6mufe {
        padding: 0 24px;
    }
}

.cid-v2ah8qwkCM .r3o4xd9m4u {
    position: relative;
    z-index: 1;
    margin-bottom: 64px;
}

@media (max-width: 992px) {
    .cid-v2ah8qwkCM .r3o4xd9m4u {
        margin-bottom: 32px;
    }
}

.cid-v2ah8qwkCM .r3o4xd9m4u .fyoo0835r8 {
    margin-bottom: 10px;
}

.cid-v2ah8qwkCM .wd8ep4bhgn {
    margin-bottom: 64px;
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    .cid-v2ah8qwkCM .wd8ep4bhgn {
        margin-bottom: 32px;
    }
}

.cid-v2ah8qwkCM .wd8ep4bhgn .hmu7hds0o8 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cid-v2ah8qwkCM .wd8ep4bhgn .hmu7hds0o8 img {
    height: 350px;
    object-fit: cover;
    border-radius: 16px;
    margin: 0 auto 32px;
    border: 2px solid #ffffff;
}

.cid-v2ah8qwkCM .wd8ep4bhgn .hmu7hds0o8 .i3019bm8sq .mbr-price {
    margin-bottom: 16px;
}

.cid-v2ah8qwkCM .wd8ep4bhgn .hmu7hds0o8 .i3019bm8sq .m5anss3b3o {
    margin-bottom: 16px;
}

.cid-v2ah8qwkCM .wd8ep4bhgn .hmu7hds0o8 .i3019bm8sq .kq1cg4jeaw {
    margin-bottom: 16px;
}

.cid-v2ah8qwkCM .fyoo0835r8 {
    color: #FFFFFF;
    text-align: center;
}

.cid-v2ah8qwkCM .mbr-price {
    color: #FFFFFF;
    text-align: center;
}

.cid-v2ah8qwkCM .m5anss3b3o {
    color: #f4efe8;
}

.cid-v2ah8qwkCM .kq1cg4jeaw {
    color: #FFFFFF;
    text-align: center;
}

.cid-v2ah8qwkCM .m5anss3b3o,
.cid-v2ah8qwkCM .qmldd3rplg {
    text-align: center;
    color: #FFFFFF;
}

.activr5r5v {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #003d41;
}

.activr5r5v .e2lbq6mufe {
    position: relative;
}

.activr5r5v .e2lbq6mufe .iq7q4w4loj {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #daffff 50%, #76aace);
    filter: blur(64px) blur(64px);
}

@media (max-width: 768px) {
    .activr5r5v .e2lbq6mufe .iq7q4w4loj {
        display: none;
    }
}

.activr5r5v .mbr-fallback-image.disabled {
    display: none;
}

.activr5r5v .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.activr5r5v .e2lbq6mufe {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .activr5r5v .e2lbq6mufe {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .activr5r5v .e2lbq6mufe {
        padding: 0 24px;
    }
}

.activr5r5v .e2lbq6mufe {
    justify-content: center;
}

.activr5r5v .hq4kox2e0i.qtze10wjbl {
    position: relative;
    z-index: 1;
    width: fit-content;
    padding: 10px;
    border: none;
    border-radius: 8px;
    margin: 0 auto 64px;
    justify-content: center;
    background-color: #f6fbfc;
}

.activr5r5v .hq4kox2e0i.qtze10wjbl .h9wb6cutx0 .ofe8ckdpzs {
    background-color: transparent;
    border-radius: 4px;
    padding: 6px 25px 6px;
    color: #000000;
    border: none;
}

.activr5r5v .hq4kox2e0i.qtze10wjbl .h9wb6cutx0 .ofe8ckdpzs.ovdc78gexc {
    background-color: #000000;
    color: #f6fbfc;
    border: none;
}

.activr5r5v .e2lbq6mufe.awl8svhsad {
    background-color: #f6fbfc;
    border-radius: 16px;
    padding: 64px;
    position: relative;
    z-index: 1;
}

.activr5r5v .e2lbq6mufe.awl8svhsad::before {
    content: '';
    position: absolute;
    top: 0.2rem;
    left: -1rem;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border: 4px solid #000000;
    background-color: transparent;
    pointer-events: none;
}

@media (max-width: 992px) {
    .activr5r5v .e2lbq6mufe.awl8svhsad {
        padding: 32px;
    }
}

.activr5r5v .e2lbq6mufe.awl8svhsad .nppak6t5lw {
    position: relative;
    z-index: 1;
}

.activr5r5v .e2lbq6mufe.awl8svhsad .nppak6t5lw .bv99bduquw .auuufcbo7p img {
    width: 50%;
    max-height: 500px;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 8px;
}

@media (max-width: 992px) {
    .activr5r5v .e2lbq6mufe.awl8svhsad .nppak6t5lw .bv99bduquw .auuufcbo7p img {
        width: 100%;
    }
}

.activr5r5v .e2lbq6mufe.awl8svhsad .nppak6t5lw .bv99bduquw .kq1cg4jeaw {
    margin: 30px 0 0 0;
}

.activr5r5v .kq1cg4jeaw {
    color: #111111;
    text-align: center;
}

.mvtj6iy5ye {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #003d41;
}

.mvtj6iy5ye .mbr-fallback-image.disabled {
    display: none;
}

.mvtj6iy5ye .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.mvtj6iy5ye .e2lbq6mufe {
    justify-content: center;
}

.mvtj6iy5ye .e2lbq6mufe {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .mvtj6iy5ye .e2lbq6mufe {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .mvtj6iy5ye .e2lbq6mufe {
        padding: 0 24px;
    }
}

.mvtj6iy5ye .r3o4xd9m4u {
    margin-bottom: 32px;
}

.mvtj6iy5ye .r3o4xd9m4u .fyoo0835r8 {
    margin-bottom: 0;
}

.mvtj6iy5ye .mbr-figure iframe {
    width: 100%;
}

@media (max-width: 992px) {
    .mvtj6iy5ye .r345qk4ud1 {
        margin-bottom: 24px;
    }
}

.mvtj6iy5ye .mbr-figure__img {
    object-fit: cover;
}

.mvtj6iy5ye .fyoo0835r8 {
    color: #FFFFFF;
    text-align: center;
}

.lwh23k14yk {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: transparent;
}

.lwh23k14yk .e2lbq6mufe {
    position: relative;
}

.lwh23k14yk .e2lbq6mufe .iq7q4w4loj {
    position: absolute;
    top: 0;
    right: 0;
    width: 450px;
    height: 450px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #daffff 50%, #76aace);
    filter: blur(64px) blur(64px);
    z-index: 1;
}

@media (max-width: 768px) {
    .lwh23k14yk .e2lbq6mufe .iq7q4w4loj {
        display: none;
    }
}

.lwh23k14yk .mbr-fallback-image.disabled {
    display: none;
}

.lwh23k14yk .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.lwh23k14yk .e2lbq6mufe {
    justify-content: center;
}

.lwh23k14yk .e2lbq6mufe {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .lwh23k14yk .e2lbq6mufe {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .lwh23k14yk .e2lbq6mufe {
        padding: 0 24px;
    }
}

.lwh23k14yk .e2lbq6mufe.awl8svhsad {
    padding: 64px 64px 0 64px;
    background-color: #003d41;
    position: relative;
    z-index: 2;
    border-radius: 16px;
}

.lwh23k14yk .e2lbq6mufe.awl8svhsad::before {
    content: '';
    position: absolute;
    top: 1rem;
    left: -2rem;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border: 4px solid #000000;
    background-color: transparent;
    pointer-events: none;
}

@media (max-width: 992px) {
    .lwh23k14yk .e2lbq6mufe.awl8svhsad {
        padding: 32px 32px 0 32px;
    }
}

.lwh23k14yk .e2lbq6mufe.awl8svhsad .wd8ep4bhgn {
    margin-bottom: 64px;
}

@media (max-width: 992px) {
    .lwh23k14yk .e2lbq6mufe.awl8svhsad .wd8ep4bhgn {
        margin-bottom: 32px;
    }
}

.lwh23k14yk .e2lbq6mufe.awl8svhsad .wd8ep4bhgn .hmu7hds0o8 {
    position: relative;
    z-index: 2;
}

@media (max-width: 992px) {
    .lwh23k14yk .e2lbq6mufe.awl8svhsad .wd8ep4bhgn .hmu7hds0o8 {
        margin-bottom: 42px;
    }
}

.lwh23k14yk .e2lbq6mufe.awl8svhsad .wd8ep4bhgn .hmu7hds0o8 .fyoo0835r8 {
    margin-bottom: 0;
}

.lwh23k14yk .e2lbq6mufe.awl8svhsad .wd8ep4bhgn .hmu7hds0o8 .pon1w6l08i {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.lwh23k14yk .e2lbq6mufe.awl8svhsad .wd8ep4bhgn .hmu7hds0o8 .pon1w6l08i:hover {
    opacity: 0.75;
}

.lwh23k14yk .e2lbq6mufe.awl8svhsad .wd8ep4bhgn .hmu7hds0o8 .pon1w6l08i .eghc12v0qp {
    margin-bottom: 0;
    text-decoration: underline;
}

.lwh23k14yk .e2lbq6mufe.awl8svhsad .wd8ep4bhgn .hmu7hds0o8 .kq1cg4jeaw {
    margin: 30px 0 0 0;
}

.lwh23k14yk .e2lbq6mufe.awl8svhsad .wd8ep4bhgn .hmu7hds0o8 .mu5rtatd22 {
    margin: 30px 0 20px 0;
}

.lwh23k14yk .fyoo0835r8 {
    color: #FFFFFF;
}

.lwh23k14yk .eghc12v0qp {
    color: #FFFFFF;
}

.lwh23k14yk .kq1cg4jeaw {
    color: #FFFFFF;
}

.lwh23k14yk .mu5rtatd22 {
    color: #FFFFFF;
}

.toah50h6y8 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.toah50h6y8 .llveoentxn {
    position: relative;
}

.toah50h6y8 .llveoentxn .iq7q4w4loj {
    position: absolute;
    top: 0;
    left: 32%;
    width: 450px;
    height: 450px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #daffff 50%, #76aace);
    filter: blur(30px) blur(30px);
    z-index: 1;
}

@media (max-width: 768px) {
    .toah50h6y8 .llveoentxn .iq7q4w4loj {
        display: none;
    }
}

.toah50h6y8 .llveoentxn .ydueeyywdl {
    position: relative;
    padding: 150px 0;
    z-index: 1;
}

.toah50h6y8 .llveoentxn .ydueeyywdl .xqqnv4op38 {
    margin-bottom: 0;
}

.toah50h6y8 .llveoentxn .ydueeyywdl .uj3mdgira3 {
    margin: 0;
}

.toah50h6y8 .mbr-fallback-image.disabled {
    display: none;
}

.toah50h6y8 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.toah50h6y8 .e2lbq6mufe {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .toah50h6y8 .e2lbq6mufe {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .toah50h6y8 .e2lbq6mufe {
        padding: 0 24px;
    }
}

.toah50h6y8 .r3o4xd9m4u {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.toah50h6y8 .r3o4xd9m4u .fyoo0835r8 {
    margin-bottom: 0;
}

.toah50h6y8 .clyq9jh9id {
    position: relative;
    z-index: 1;
}

.toah50h6y8 .clyq9jh9id .mu5rtatd22 {
    display: inline-flex;
    width: 40%;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .toah50h6y8 .clyq9jh9id .mu5rtatd22 {
        width: 100%;
    }
}

.toah50h6y8 .fyoo0835r8 {
    color: #000000;
}

.toah50h6y8 .xqqnv4op38 {
    color: #000000;
    text-align: center;
}

.toah50h6y8 .uj3mdgira3 {
    color: #000000;
    text-align: center;
}

.toah50h6y8 .mu5rtatd22,
.toah50h6y8 .clyq9jh9id {
    color: #000000;
    text-align: right;
}

.qxmesyfne1 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #003d41;
}

.qxmesyfne1 .e2lbq6mufe {
    position: relative;
}

.qxmesyfne1 .e2lbq6mufe .iq7q4w4loj {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 75%;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #daffff 50%, #76aace);
    filter: blur(64px) blur(64px);
}

@media (max-width: 768px) {
    .qxmesyfne1 .e2lbq6mufe .iq7q4w4loj {
        display: none;
    }
}

.qxmesyfne1 .mbr-fallback-image.disabled {
    display: none;
}

.qxmesyfne1 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.qxmesyfne1 .e2lbq6mufe {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .qxmesyfne1 .e2lbq6mufe {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .qxmesyfne1 .e2lbq6mufe {
        padding: 0 24px;
    }
}

.qxmesyfne1 .qs8lfut01v {
    display: flex;
    align-items: center;
}

.qxmesyfne1 .r3o4xd9m4u {
    position: relative;
    z-index: 1;
    padding-right: 60px;
}

@media (max-width: 992px) {
    .qxmesyfne1 .r3o4xd9m4u {
        margin-bottom: 65px;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .qxmesyfne1 .r3o4xd9m4u {
        margin-bottom: 45px;
    }
}

.qxmesyfne1 .r3o4xd9m4u .fyoo0835r8 {
    margin-bottom: 32px;
}

@media (max-width: 992px) {
    .qxmesyfne1 .r3o4xd9m4u .fyoo0835r8 {
        margin-bottom: 28px;
    }
}

@media (max-width: 768px) {
    .qxmesyfne1 .r3o4xd9m4u .fyoo0835r8 {
        margin-bottom: 24px;
    }
}

.qxmesyfne1 .r3o4xd9m4u .mu5rtatd22 {
    margin-bottom: 0;
}

.qxmesyfne1 .lb3183jsk7 {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .qxmesyfne1 .lb3183jsk7 {
        display: block;
    }
}

.qxmesyfne1 .e2lbq6mufe.uez64fix6d {
    padding: 0 16px;
    z-index: 1;
    position: relative;
    width: 100%;
    max-width: 220px;
    margin: 0;
}

@media (max-width: 768px) {
    .qxmesyfne1 .e2lbq6mufe.uez64fix6d {
        margin: 0 auto;
    }
}

.qxmesyfne1 .e2lbq6mufe.uez64fix6d .cd2cludgqw {
    padding: 0;
    margin-bottom: 32px;
    min-height: 200px;
    position: relative;
    width: 100%;
}

.qxmesyfne1 .e2lbq6mufe.uez64fix6d .cd2cludgqw::before {
    content: '';
    position: absolute;
    top: 0.2rem;
    left: -1rem;
    width: 100%;
    height: 102%;
    border-radius: 8px;
    border: 4px solid #000000;
    background-color: transparent;
    pointer-events: none;
}

.qxmesyfne1 .e2lbq6mufe.uez64fix6d .cd2cludgqw .s1a9xne2s2 {
    background-color: #f6fbfc;
    padding: 48px 32px 32px;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .qxmesyfne1 .e2lbq6mufe.uez64fix6d .cd2cludgqw .s1a9xne2s2 {
        padding: 36px 28px;
    }
}

.qxmesyfne1 .e2lbq6mufe.uez64fix6d .cd2cludgqw .s1a9xne2s2 .zzd7u1g47r {
    position: relative;
}

.qxmesyfne1 .e2lbq6mufe.uez64fix6d .cd2cludgqw .s1a9xne2s2 .zzd7u1g47r::before {
    content: '';
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: #76aace;
}

.qxmesyfne1 .e2lbq6mufe.uez64fix6d .cd2cludgqw .s1a9xne2s2 .zzd7u1g47r .ghfb6t2q09 {
    display: block;
    position: relative;
    font-size: 48px;
    margin: -3rem 0 24px -10px;
}

.qxmesyfne1 .e2lbq6mufe.uez64fix6d .cd2cludgqw .s1a9xne2s2 .habwzedrgr {
    margin-bottom: 0;
}

.qxmesyfne1 .fyoo0835r8 {
    color: #FFFFFF;
}

.qxmesyfne1 .mu5rtatd22 {
    color: #FFFFFF;
}

.qxmesyfne1 .habwzedrgr,
.qxmesyfne1 .ghfb6t2q09 {
    color: #111111;
}

.qxmesyfne1 .habwzedrgr,
.qxmesyfne1 .ghfb6t2q09,
.qxmesyfne1 .zzd7u1g47r {
    color: #000000;
}

.nyps71hl8u {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: #003d41;
}

.nyps71hl8u .mbr-fallback-image.disabled {
    display: none;
}

.nyps71hl8u .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.nyps71hl8u .nw324o1q6q {
    display: flex;
    justify-content: center;
    position: relative;
    min-width: 450px;
    max-width: 450px;
}

@media (max-width: 768px) {
    .nyps71hl8u .nw324o1q6q {
        min-width: 70%;
        max-width: initial;
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
}

.nyps71hl8u .nw324o1q6q .hmu7hds0o8 .yjvq2dfeli .r3o4xd9m4u {
    display: flex;
    align-items: flex-end;
    min-height: 70px;
    margin-bottom: 32px;
}

.nyps71hl8u .nw324o1q6q .hmu7hds0o8 .yjvq2dfeli .r3o4xd9m4u .habwzedrgr {
    margin: 0;
    width: 100%;
}

.nyps71hl8u .nw324o1q6q .hmu7hds0o8 .yjvq2dfeli .giw48f5c9b {
    height: 48px;
    background-image: linear-gradient(90deg, #daffff, #76aace, #ff7071);
    margin-bottom: 32px;
    border-radius: 30px;
}

.nyps71hl8u .nw324o1q6q .hmu7hds0o8 .yjvq2dfeli .ujj1x55xj3 {
    margin-bottom: 0;
}

.nyps71hl8u .kswcth0dmi,
.nyps71hl8u .vcltfrr9o3 {
    display: flex;
}

.nyps71hl8u .oydc8dwvk3 {
    top: -6rem;
    width: 60px;
    height: 60px;
    margin-top: -1.5rem;
    font-size: 22px;
    background-color: transparent;
    color: #0aa3c2;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 0.3s;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

@media (max-width: 768px) {
    .nyps71hl8u .oydc8dwvk3 {
        display: none;
    }
}

.nyps71hl8u .oydc8dwvk3:disabled {
    cursor: default;
    display: none;
}

.nyps71hl8u .oydc8dwvk3:hover {
    background: #457b9d;
    color: #0aa3c2;
    opacity: 0.7;
}

.nyps71hl8u .oydc8dwvk3.vcltfrr9o3 {
    left: 0;
    margin-left: 2.5rem;
}

.nyps71hl8u .oydc8dwvk3.kswcth0dmi {
    right: 0;
    margin-right: 2.5rem;
}

@media (max-width: 767px) {
    .nyps71hl8u .oydc8dwvk3 {
        top: auto;
        bottom: -4rem;
    }
}

.nyps71hl8u .pgrra4xg1b {
    position: relative;
    width: 100%;
}

.nyps71hl8u .jl2r8znee9 {
    overflow: hidden;
    width: 100%;
}

.nyps71hl8u .jl2r8znee9.is-draggable {
    cursor: grab;
}

.nyps71hl8u .jl2r8znee9.is-dragging {
    cursor: grabbing;
}

.nyps71hl8u .bfrorwq9c8 {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.nyps71hl8u .clyq9jh9id {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .nyps71hl8u .clyq9jh9id {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .nyps71hl8u .clyq9jh9id {
        padding: 0 24px;
    }
}

.nyps71hl8u .clyq9jh9id {
    margin-bottom: 80px;
}

@media (max-width: 992px) {
    .nyps71hl8u .clyq9jh9id {
        margin-bottom: 70px;
    }
}

@media (max-width: 768px) {
    .nyps71hl8u .clyq9jh9id {
        margin-bottom: 60px;
    }
}

.nyps71hl8u .clyq9jh9id .fyoo0835r8 {
    margin-bottom: 40px;
}

@media (max-width: 992px) {
    .nyps71hl8u .clyq9jh9id .fyoo0835r8 {
        margin-bottom: 35px;
    }
}

@media (max-width: 768px) {
    .nyps71hl8u .clyq9jh9id .fyoo0835r8 {
        margin-bottom: 30px;
    }
}

.nyps71hl8u .clyq9jh9id .mu5rtatd22 {
    margin-bottom: 0;
}

.nyps71hl8u .fyoo0835r8 {
    color: #FFFFFF;
    text-align: center;
}

.nyps71hl8u .mu5rtatd22 {
    color: #FFFFFF;
    text-align: center;
}

.nyps71hl8u .habwzedrgr {
    color: #FFFFFF;
}

.nyps71hl8u .ujj1x55xj3 {
    color: #FFFFFF;
}

.cid-v2ah8rymWJ {
    padding-top: 10rem;
    padding-bottom: 10rem;
    overflow: hidden;
    background-color: #00171d;
    position: relative;
}

.cid-v2ah8rymWJ .iq7q4w4loj {
    position: absolute;
    top: 0;
    right: 25%;
    width: 600px;
    height: 600px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #daffff 50%, #76aace);
    filter: blur(64px) blur(64px);
}

@media (max-width: 768px) {
    .cid-v2ah8rymWJ .iq7q4w4loj {
        display: none;
    }
}

.cid-v2ah8rymWJ .wd8ep4bhgn:focus,
.cid-v2ah8rymWJ span:focus {
    outline: none;
}

.cid-v2ah8rymWJ .p5jz08b8r7 {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.cid-v2ah8rymWJ .content-head {
    max-width: 800px;
}

.cid-v2ah8rymWJ .loop-wrap {
    padding: 8px 0;
    min-height: 66px !important;
    position: relative;
    z-index: 1;
}

.cid-v2ah8rymWJ .wd8ep4bhgn {
    color: #ffffff;
    min-height: 66px;
}

@media (max-width: 768px) {
    .cid-v2ah8rymWJ .wd8ep4bhgn {
        min-height: 33px;
    }
}

.aq4xu5u3fg {
    background-color: transparent;
}

.aq4xu5u3fg .llveoentxn {
    position: relative;
}

.aq4xu5u3fg .llveoentxn .iq7q4w4loj {
    position: absolute;
    top: 0;
    left: 32%;
    width: 450px;
    height: 450px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #daffff 50%, #76aace);
    filter: blur(30px) blur(30px);
    z-index: 1;
}

@media (max-width: 768px) {
    .aq4xu5u3fg .llveoentxn .iq7q4w4loj {
        display: none;
    }
}

.aq4xu5u3fg .llveoentxn .ydueeyywdl {
    position: relative;
    padding: 150px 0;
    z-index: 1;
}

.aq4xu5u3fg .llveoentxn .ydueeyywdl .xqqnv4op38 {
    margin-bottom: 20px;
}

.aq4xu5u3fg .mbr-fallback-image.disabled {
    display: none;
}

.aq4xu5u3fg .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.aq4xu5u3fg .p5jz08b8r7 {
    padding: 0;
}

.aq4xu5u3fg .e2lbq6mufe {
    padding: 0;
}

.aq4xu5u3fg .xqqnv4op38 {
    color: #111111;
    text-align: center;
}

.aq4xu5u3fg .xqqnv4op38,
.aq4xu5u3fg .qmldd3rplg {
    text-align: center;
    color: #000000;
}

.l0mnvh05dv {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: transparent;
}

.l0mnvh05dv .e2lbq6mufe {
    position: relative;
}

.l0mnvh05dv .e2lbq6mufe .iq7q4w4loj {
    position: absolute;
    top: 0;
    left: -10%;
    width: 450px;
    height: 450px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #daffff 50%, #76aace);
    filter: blur(64px) blur(64px);
    z-index: 1;
}

@media (max-width: 768px) {
    .l0mnvh05dv .e2lbq6mufe .iq7q4w4loj {
        display: none;
    }
}

.l0mnvh05dv .mbr-fallback-image.disabled {
    display: none;
}

.l0mnvh05dv .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.l0mnvh05dv .e2lbq6mufe {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .l0mnvh05dv .e2lbq6mufe {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .l0mnvh05dv .e2lbq6mufe {
        padding: 0 24px;
    }
}

.l0mnvh05dv .r3o4xd9m4u {
    position: relative;
    z-index: 2;
}

@media (max-width: 992px) {
    .l0mnvh05dv .r3o4xd9m4u {
        margin-bottom: 42px;
    }
}

.l0mnvh05dv .r3o4xd9m4u .fyoo0835r8 {
    margin-bottom: 0;
}

.l0mnvh05dv .clyq9jh9id {
    position: relative;
    z-index: 2;
}

.l0mnvh05dv .clyq9jh9id .mu5rtatd22 {
    margin-bottom: 0;
    line-height: 1.8;
}

@media (max-width: 992px) {
    .l0mnvh05dv .clyq9jh9id .mu5rtatd22 {
        text-align: left;
    }
}

.l0mnvh05dv .fyoo0835r8 {
    color: #000000;
}

.l0mnvh05dv .mu5rtatd22 {
    color: #000000;
    text-align: right;
}

.nvu1r9m63r {
    background-image: url("photo-1758273705511-834c8c3204e7.jpeg");
}

.nvu1r9m63r .mbr-fallback-image.disabled {
    display: none;
}

.nvu1r9m63r .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-v2ah8rTRDq {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #003d41;
}

.cid-v2ah8rTRDq .e2lbq6mufe {
    position: relative;
}

.cid-v2ah8rTRDq .e2lbq6mufe .iq7q4w4loj {
    position: absolute;
    top: 0;
    right: 30%;
    width: 55%;
    height: 100%;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #daffff 50%, #76aace);
    filter: blur(64px) blur(64px);
}

@media (max-width: 768px) {
    .cid-v2ah8rTRDq .e2lbq6mufe .iq7q4w4loj {
        display: none;
    }
}

.cid-v2ah8rTRDq .mbr-fallback-image.disabled {
    display: none;
}

.cid-v2ah8rTRDq .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-v2ah8rTRDq .e2lbq6mufe {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .cid-v2ah8rTRDq .e2lbq6mufe {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .cid-v2ah8rTRDq .e2lbq6mufe {
        padding: 0 24px;
    }
}

.cid-v2ah8rTRDq .e2lbq6mufe {
    justify-content: center;
}

.cid-v2ah8rTRDq .r3o4xd9m4u {
    position: relative;
    z-index: 1;
    margin-bottom: 42px;
}

.cid-v2ah8rTRDq .r3o4xd9m4u .fyoo0835r8 {
    margin-bottom: 0;
}

.cid-v2ah8rTRDq .hmu7hds0o8 {
    height: 100%;
    padding: 48px 24px;
    position: relative;
    z-index: 10;
    border-radius: 8px;
    background-color: #f6fbfc;
    overflow: visible;
}

.cid-v2ah8rTRDq .hmu7hds0o8::before {
    content: '';
    position: absolute;
    top: 0.2rem;
    left: -1rem;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 4px solid #000000;
    background-color: transparent;
    pointer-events: none;
}

@media (max-width: 992px) {
    .cid-v2ah8rTRDq .hmu7hds0o8 {
        margin-bottom: 12px;
    }
}

.cid-v2ah8rTRDq .hmu7hds0o8 .price-wrapper .ghfb6t2q09 {
    display: block;
    font-size: 50px;
    margin-bottom: 2rem;
}

.cid-v2ah8rTRDq .hmu7hds0o8 .price-wrapper .mbr-price {
    margin-bottom: 0;
}

.cid-v2ah8rTRDq .hmu7hds0o8 .mbr-price-title {
    margin-bottom: 0;
}

.cid-v2ah8rTRDq .hmu7hds0o8 .kq1cg4jeaw {
    margin-bottom: 32px;
}

.cid-v2ah8rTRDq .fyoo0835r8 {
    color: #FFFFFF;
}

.cid-v2ah8rTRDq .mbr-price,
.cid-v2ah8rTRDq .ghfb6t2q09 {
    color: #000000;
    text-align: center;
}

.cid-v2ah8rTRDq .mbr-price-title {
    color: #111111;
}

.cid-v2ah8rTRDq .kq1cg4jeaw {
    color: #000000;
    text-align: center;
}

.cid-v2ah8rTRDq .mbr-price-title,
.cid-v2ah8rTRDq .qmldd3rplg {
    text-align: center;
    color: #000000;
}

.cid-v2ah8rTRDq .wd8ep4bhgn {
    margin-bottom: 12px;
}

.daez1qvtre {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.daez1qvtre .mbr-fallback-image.disabled {
    display: none;
}

.daez1qvtre .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.daez1qvtre .e2lbq6mufe {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .daez1qvtre .e2lbq6mufe {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .daez1qvtre .e2lbq6mufe {
        padding: 0 24px;
    }
}

.daez1qvtre .e2lbq6mufe {
    justify-content: center;
}

.daez1qvtre .r3o4xd9m4u {
    position: relative;
    z-index: 1;
    margin-bottom: 64px;
}

@media (max-width: 992px) {
    .daez1qvtre .r3o4xd9m4u {
        margin-bottom: 32px;
    }
}

.daez1qvtre .r3o4xd9m4u .fyoo0835r8 {
    margin-bottom: 0;
}

.daez1qvtre .wd8ep4bhgn {
    position: relative;
    z-index: 1;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
}

@media (max-width: 992px) {
    .daez1qvtre .wd8ep4bhgn {
        margin-bottom: 24px;
    }
}

.daez1qvtre .wd8ep4bhgn .hmu7hds0o8 {
    overflow: visible;
}

.daez1qvtre .wd8ep4bhgn .hmu7hds0o8 .iq7q4w4loj {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.daez1qvtre .wd8ep4bhgn .hmu7hds0o8 .iq7q4w4loj .tcxn1rgd45 {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    filter: blur(5px) blur(5px);
    background-image: linear-gradient(90deg, #daffff 30%, #76aace);
}

.daez1qvtre .wd8ep4bhgn .hmu7hds0o8 .ghfb6t2q09 {
    position: relative;
    z-index: 1;
    font-size: 50px;
    margin-bottom: 18px;
    display: block;
}

.daez1qvtre .wd8ep4bhgn .hmu7hds0o8 .habwzedrgr {
    margin-bottom: 10px;
}

.daez1qvtre .wd8ep4bhgn .hmu7hds0o8 .mu5rtatd22 {
    margin-bottom: 0;
}

.daez1qvtre .fyoo0835r8 {
    color: #000000;
}

.daez1qvtre .mu5rtatd22 {
    color: #000000;
}

.daez1qvtre .habwzedrgr {
    color: #111111;
}

.daez1qvtre .habwzedrgr,
.daez1qvtre .ghfb6t2q09,
.daez1qvtre .iq7q4w4loj {
    color: #000000;
}

.ozxrnln4sq {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.ozxrnln4sq .mbr-fallback-image.disabled {
    display: none;
}

.ozxrnln4sq .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.ozxrnln4sq .nw324o1q6q {
    background-image: linear-gradient(0deg, #003d41, transparent);
    position: relative;
    min-width: 420px;
    max-width: 420px;
    min-height: 300px;
    border-radius: 16px;
}

@media (max-width: 768px) {
    .ozxrnln4sq .nw324o1q6q {
        min-width: 70%;
        max-width: initial;
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
}

.ozxrnln4sq .nw324o1q6q .p5dddx4twv {
    width: 100%;
    height: 100%;
}

.ozxrnln4sq .nw324o1q6q .p5dddx4twv .hmu7hds0o8 {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    z-index: 1;
    height: 100%;
}

.ozxrnln4sq .nw324o1q6q .p5dddx4twv .hmu7hds0o8 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.65;
    border-radius: 16px;
    z-index: -1;
}

.ozxrnln4sq .nw324o1q6q .p5dddx4twv .hmu7hds0o8 .kq1cg4jeaw {
    position: relative;
    padding: 0 5px;
    margin: 0 0 0 0;
    z-index: 10;
}

.ozxrnln4sq .kswcth0dmi,
.ozxrnln4sq .vcltfrr9o3 {
    display: flex;
}

.ozxrnln4sq .oydc8dwvk3 {
    top: -3rem;
    width: 60px;
    height: 60px;
    margin-top: -1.5rem;
    font-size: 22px;
    background-color: transparent;
    color: #457b9d;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 0.3s;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

@media (max-width: 768px) {
    .ozxrnln4sq .oydc8dwvk3 {
        display: none;
    }
}

.ozxrnln4sq .oydc8dwvk3:disabled {
    cursor: default;
    display: none;
}

.ozxrnln4sq .oydc8dwvk3:hover {
    background: #457b9d;
    color: #457b9d;
    opacity: 0.7;
}

.ozxrnln4sq .oydc8dwvk3.vcltfrr9o3 {
    left: 0;
    margin-left: 2.5rem;
}

.ozxrnln4sq .oydc8dwvk3.kswcth0dmi {
    right: 0;
    margin-right: 2.5rem;
}

@media (max-width: 767px) {
    .ozxrnln4sq .oydc8dwvk3 {
        top: auto;
        bottom: -4rem;
    }
}

.ozxrnln4sq .pgrra4xg1b {
    position: relative;
    width: 100%;
}

.ozxrnln4sq .jl2r8znee9 {
    overflow: hidden;
    width: 100%;
}

.ozxrnln4sq .jl2r8znee9.is-draggable {
    cursor: grab;
}

.ozxrnln4sq .jl2r8znee9.is-dragging {
    cursor: grabbing;
}

.ozxrnln4sq .bfrorwq9c8 {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.ozxrnln4sq .kq1cg4jeaw {
    color: #FFFFFF;
    text-align: right;
}

.g05ame2b9j {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: transparent;
}

.g05ame2b9j .e2lbq6mufe {
    position: relative;
}

.g05ame2b9j .e2lbq6mufe .iq7q4w4loj {
    position: absolute;
    top: 0;
    left: 10%;
    width: 30%;
    height: 100%;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #daffff 50%, #76aace);
    filter: blur(64px) blur(64px);
    z-index: 1;
}

@media (max-width: 768px) {
    .g05ame2b9j .e2lbq6mufe .iq7q4w4loj {
        display: none;
    }
}

.g05ame2b9j .mbr-fallback-image.disabled {
    display: none;
}

.g05ame2b9j .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.g05ame2b9j .e2lbq6mufe {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .g05ame2b9j .e2lbq6mufe {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .g05ame2b9j .e2lbq6mufe {
        padding: 0 24px;
    }
}

.g05ame2b9j .qs8lfut01v {
    display: flex;
    align-items: center;
}

.g05ame2b9j .r3o4xd9m4u {
    position: relative;
    z-index: 2;
}

@media (max-width: 992px) {
    .g05ame2b9j .r3o4xd9m4u {
        margin-bottom: 32px;
    }
}

.g05ame2b9j .r3o4xd9m4u .fyoo0835r8 {
    margin-bottom: 32px;
}

.g05ame2b9j .r3o4xd9m4u .mu5rtatd22 {
    margin-bottom: 20px;
}

.g05ame2b9j .auuufcbo7p {
    position: relative;
    z-index: 2;
}

@media (max-width: 992px) {
    .g05ame2b9j .auuufcbo7p {
        margin-bottom: 32px;
    }
}

.g05ame2b9j .auuufcbo7p img {
    max-height: 500px;
    width: 70%;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .g05ame2b9j .auuufcbo7p img {
        width: 100%;
    }
}

.g05ame2b9j .fyoo0835r8 {
    color: #000000;
}

.g05ame2b9j .mu5rtatd22 {
    color: #000000;
}

.tl7r1jjs7l {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: transparent;
}

.tl7r1jjs7l .e2lbq6mufe {
    position: relative;
}

.tl7r1jjs7l .e2lbq6mufe .iq7q4w4loj {
    position: absolute;
    top: 0;
    left: 0;
    width: 420px;
    height: 420px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #daffff 50%, #76aace);
    filter: blur(64px) blur(64px);
    z-index: 1;
}

@media (max-width: 768px) {
    .tl7r1jjs7l .e2lbq6mufe .iq7q4w4loj {
        display: none;
    }
}

.tl7r1jjs7l .mbr-fallback-image.disabled {
    display: none;
}

.tl7r1jjs7l .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.tl7r1jjs7l .e2lbq6mufe {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .tl7r1jjs7l .e2lbq6mufe {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .tl7r1jjs7l .e2lbq6mufe {
        padding: 0 24px;
    }
}

.tl7r1jjs7l .r3o4xd9m4u {
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
}

.tl7r1jjs7l .r3o4xd9m4u .fyoo0835r8 {
    margin-bottom: 0;
}

.tl7r1jjs7l .nppak6t5lw {
    position: relative;
    z-index: 2;
}

.tl7r1jjs7l .nppak6t5lw .cd2cludgqw {
    border: none;
    padding: 38px 0 26px;
    border-bottom: 2px solid #111111;
    border-radius: 0;
}

.tl7r1jjs7l .nppak6t5lw .cd2cludgqw .ndtbhter0w {
    background-color: transparent;
    border: none;
    padding: 0;
}

.tl7r1jjs7l .nppak6t5lw .cd2cludgqw .ndtbhter0w .o1i8ehmnx8 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tl7r1jjs7l .nppak6t5lw .cd2cludgqw .ndtbhter0w .o1i8ehmnx8:focus .ghfb6t2q09 {
    opacity: 0.7;
}

.tl7r1jjs7l .nppak6t5lw .cd2cludgqw .ndtbhter0w .o1i8ehmnx8 .xgiud1ln4t {
    margin-bottom: 10px;
}

.tl7r1jjs7l .nppak6t5lw .cd2cludgqw .ndtbhter0w .o1i8ehmnx8 .ghfb6t2q09 {
    transition: all 0.3s ease;
}

.tl7r1jjs7l .nppak6t5lw .cd2cludgqw .ptd5lc17v7 .wnksopik7o .t002t33oi2 {
    margin: 0;
}

.tl7r1jjs7l .fyoo0835r8 {
    color: #000000;
}

.tl7r1jjs7l .mu5rtatd22 {
    color: #111111;
    text-align: right;
}

.tl7r1jjs7l .xgiud1ln4t,
.tl7r1jjs7l .ghfb6t2q09 {
    color: #000000;
}

.tl7r1jjs7l .t002t33oi2 {
    color: #000000;
}

.zkfr5zd8fz {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: transparent;
}

.zkfr5zd8fz .e2lbq6mufe {
    position: relative;
}

.zkfr5zd8fz .e2lbq6mufe .iq7q4w4loj {
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 500px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #daffff 50%, #76aace);
    filter: blur(64px) blur(64px);
}

@media (max-width: 768px) {
    .zkfr5zd8fz .e2lbq6mufe .iq7q4w4loj {
        display: none;
    }
}

.zkfr5zd8fz .mbr-fallback-image.disabled {
    display: none;
}

.zkfr5zd8fz .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.zkfr5zd8fz .e2lbq6mufe {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .zkfr5zd8fz .e2lbq6mufe {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .zkfr5zd8fz .e2lbq6mufe {
        padding: 0 24px;
    }
}

.zkfr5zd8fz .r3o4xd9m4u {
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    .zkfr5zd8fz .r3o4xd9m4u {
        margin-bottom: 32px;
    }
}

.zkfr5zd8fz .r3o4xd9m4u .fyoo0835r8 {
    margin-bottom: 10px;
}

.zkfr5zd8fz .r3o4xd9m4u .mu5rtatd22 {
    margin-bottom: 0;
}

.zkfr5zd8fz .hq4kox2e0i.qtze10wjbl {
    position: relative;
    z-index: 1;
    width: fit-content;
    padding: 10px;
    border: 2px solid #000000;
    border-radius: 8px;
    margin-bottom: 64px;
    justify-content: center;
}

.zkfr5zd8fz .hq4kox2e0i.qtze10wjbl .h9wb6cutx0 .ofe8ckdpzs {
    background-color: transparent;
    border-radius: 4px;
    padding: 6px 25px 6px;
    color: #000000;
    border: none;
}

.zkfr5zd8fz .hq4kox2e0i.qtze10wjbl .h9wb6cutx0 .ofe8ckdpzs.ovdc78gexc {
    background-color: #000000;
    color: #f6fbfc;
    border: none;
}

.zkfr5zd8fz .nppak6t5lw {
    position: relative;
    z-index: 1;
}

.zkfr5zd8fz .nppak6t5lw .bv99bduquw .clyq9jh9id .mheklgpxwi {
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
    border-bottom: 1px dashed #000000;
}

.zkfr5zd8fz .nppak6t5lw .bv99bduquw .clyq9jh9id .mheklgpxwi .mbr-time {
    margin: 0;
}

.zkfr5zd8fz .nppak6t5lw .bv99bduquw .clyq9jh9id .mheklgpxwi .kq1cg4jeaw {
    margin: 0;
}

.zkfr5zd8fz .nppak6t5lw .bv99bduquw .clyq9jh9id .x72q23k3n3 {
    padding: 18px 0 18px 40px;
    margin: 0;
    border-bottom: 1px dashed #000000;
    list-style-position: inside;
}

@media (max-width: 768px) {
    .zkfr5zd8fz .nppak6t5lw .bv99bduquw .clyq9jh9id .x72q23k3n3 {
        padding-left: 0;
    }
}

.zkfr5zd8fz .nppak6t5lw .bv99bduquw .clyq9jh9id .pjwdcj3009 {
    padding: 18px 0 18px 40px;
    margin: 0;
    border-bottom: 1px dashed #000000;
}

@media (max-width: 768px) {
    .zkfr5zd8fz .nppak6t5lw .bv99bduquw .clyq9jh9id .pjwdcj3009 {
        padding-left: 0;
    }
}

.zkfr5zd8fz .fyoo0835r8 {
    color: #000000;
}

.zkfr5zd8fz .mu5rtatd22 {
    color: #000000;
}

.zkfr5zd8fz .mbr-time {
    color: #111111;
}

.zkfr5zd8fz .kq1cg4jeaw {
    color: #000000;
}

.zkfr5zd8fz .x72q23k3n3 {
    color: #000000;
}

.zkfr5zd8fz .pjwdcj3009 {
    color: #000000;
}

.zuyppgb351 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #003d41;
}

.zuyppgb351 .e2lbq6mufe {
    position: relative;
}

.zuyppgb351 .e2lbq6mufe .iq7q4w4loj {
    position: absolute;
    top: 0;
    right: 35%;
    width: 420px;
    height: 420px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #daffff 50%, #76aace);
    filter: blur(64px) blur(64px);
}

@media (max-width: 768px) {
    .zuyppgb351 .e2lbq6mufe .iq7q4w4loj {
        display: none;
    }
}

.zuyppgb351 .mbr-fallback-image.disabled {
    display: none;
}

.zuyppgb351 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.zuyppgb351 .e2lbq6mufe {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .zuyppgb351 .e2lbq6mufe {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .zuyppgb351 .e2lbq6mufe {
        padding: 0 24px;
    }
}

.zuyppgb351 .r3o4xd9m4u {
    position: relative;
    z-index: 1;
    margin-bottom: 64px;
}

@media (max-width: 992px) {
    .zuyppgb351 .r3o4xd9m4u {
        margin-bottom: 32px;
    }
}

.zuyppgb351 .r3o4xd9m4u .fyoo0835r8 {
    margin-bottom: 10px;
}

.zuyppgb351 .r3o4xd9m4u .mu5rtatd22 {
    margin-bottom: 0;
}

.zuyppgb351 .wd8ep4bhgn {
    margin-bottom: 64px;
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    .zuyppgb351 .wd8ep4bhgn {
        margin-bottom: 32px;
    }
}

.zuyppgb351 .wd8ep4bhgn .hmu7hds0o8 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.zuyppgb351 .wd8ep4bhgn .hmu7hds0o8 img {
    width: 156px;
    height: 172px;
    object-fit: cover;
    border-radius: 100% 100% 16px 16px;
    margin: 0 auto 16px;
    border: 2px solid #ffffff;
}

.zuyppgb351 .wd8ep4bhgn .hmu7hds0o8 .i3019bm8sq .m5anss3b3o {
    margin-bottom: 0;
}

.zuyppgb351 .wd8ep4bhgn .hmu7hds0o8 .i3019bm8sq .kq1cg4jeaw {
    margin-bottom: 0;
}

.zuyppgb351 .wd8ep4bhgn .hmu7hds0o8 .i3019bm8sq .ghfb6t2q09 {
    display: block;
    margin-top: 24px;
    font-size: 24px;
}

.zuyppgb351 .fyoo0835r8 {
    color: #FFFFFF;
    text-align: center;
}

.zuyppgb351 .mu5rtatd22 {
    color: #FFFFFF;
    text-align: center;
}

.zuyppgb351 .m5anss3b3o,
.zuyppgb351 .ghfb6t2q09 {
    color: #FFFFFF;
    text-align: center;
}

.zuyppgb351 .kq1cg4jeaw {
    color: #FFFFFF;
    text-align: center;
}

.xa231h5f9h {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #003d41;
}

.xa231h5f9h .e2lbq6mufe {
    position: relative;
}

.xa231h5f9h .e2lbq6mufe .iq7q4w4loj {
    position: absolute;
    top: 0;
    right: 0;
    width: 450px;
    height: 450px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #daffff 50%, #76aace);
    filter: blur(64px) blur(64px);
    z-index: 1;
}

@media (max-width: 768px) {
    .xa231h5f9h .e2lbq6mufe .iq7q4w4loj {
        display: none;
    }
}

.xa231h5f9h .mbr-fallback-image.disabled {
    display: none;
}

.xa231h5f9h .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.xa231h5f9h .e2lbq6mufe {
    justify-content: center;
}

.xa231h5f9h .e2lbq6mufe {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .xa231h5f9h .e2lbq6mufe {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .xa231h5f9h .e2lbq6mufe {
        padding: 0 24px;
    }
}

.xa231h5f9h .wvqr0ikdim {
    padding-right: 40px;
}

@media (max-width: 992px) {
    .xa231h5f9h .wvqr0ikdim {
        padding: 0 12px;
        margin-bottom: 3rem;
    }
}

.xa231h5f9h .y5wyswl7ih {
    padding-left: 40px;
}

@media (max-width: 992px) {
    .xa231h5f9h .y5wyswl7ih {
        padding: 0 12px;
    }
}

.xa231h5f9h .e2lbq6mufe.awl8svhsad {
    padding: 64px;
    background-color: #f6fbfc;
    position: relative;
    z-index: 2;
    border-radius: 16px;
}

.xa231h5f9h .e2lbq6mufe.awl8svhsad::before {
    content: '';
    position: absolute;
    top: 1rem;
    left: -2rem;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border: 4px solid #f6fbfc;
    background-color: transparent;
    pointer-events: none;
}

@media (max-width: 768px) {
    .xa231h5f9h .e2lbq6mufe.awl8svhsad {
        padding: 32px;
    }
}

.xa231h5f9h .e2lbq6mufe.awl8svhsad .auuufcbo7p img {
    max-height: 300px;
    object-fit: cover;
    border-radius: 8px;
}

.xa231h5f9h .e2lbq6mufe.awl8svhsad .clyq9jh9id {
    position: relative;
    z-index: 2;
}

@media (max-width: 992px) {
    .xa231h5f9h .e2lbq6mufe.awl8svhsad .clyq9jh9id {
        margin-bottom: 42px;
    }
}

.xa231h5f9h .e2lbq6mufe.awl8svhsad .clyq9jh9id .fyoo0835r8 {
    margin-bottom: 0;
}

.xa231h5f9h .e2lbq6mufe.awl8svhsad .clyq9jh9id .pon1w6l08i {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.xa231h5f9h .e2lbq6mufe.awl8svhsad .clyq9jh9id .pon1w6l08i:hover {
    opacity: 0.5;
}

.xa231h5f9h .e2lbq6mufe.awl8svhsad .clyq9jh9id .pon1w6l08i .eghc12v0qp {
    margin-bottom: 0;
    text-decoration: underline;
}

.xa231h5f9h .e2lbq6mufe.awl8svhsad .clyq9jh9id .mu5rtatd22 {
    margin: 30px 0 20px 0;
}

.xa231h5f9h .fyoo0835r8 {
    color: #000000;
}

.xa231h5f9h .eghc12v0qp {
    color: #000000;
}

.xa231h5f9h .mu5rtatd22 {
    color: #000000;
}

.vbyw5og73n {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #003d41;
}

.vbyw5og73n .e2lbq6mufe {
    position: relative;
}

.vbyw5og73n .e2lbq6mufe .iq7q4w4loj {
    position: absolute;
    top: 0;
    right: 0;
    width: 420px;
    height: 420px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #daffff 50%, #76aace);
    filter: blur(64px) blur(64px);
    z-index: 1;
}

@media (max-width: 768px) {
    .vbyw5og73n .e2lbq6mufe .iq7q4w4loj {
        display: none;
    }
}

.vbyw5og73n .mbr-fallback-image.disabled {
    display: none;
}

.vbyw5og73n .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.vbyw5og73n .e2lbq6mufe {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .vbyw5og73n .e2lbq6mufe {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .vbyw5og73n .e2lbq6mufe {
        padding: 0 24px;
    }
}

.vbyw5og73n .qs8lfut01v {
    display: flex;
    align-items: center;
}

.vbyw5og73n .r3o4xd9m4u {
    position: relative;
    z-index: 2;
    margin-bottom: 64px;
    width: 100%;
}

@media (max-width: 992px) {
    .vbyw5og73n .r3o4xd9m4u {
        margin-bottom: 32px;
    }
}

.vbyw5og73n .r3o4xd9m4u .fyoo0835r8 {
    margin-bottom: 10px;
}

.vbyw5og73n .r3o4xd9m4u .clyq9jh9id .mu5rtatd22 {
    display: inline-block;
    width: 50%;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .vbyw5og73n .r3o4xd9m4u .clyq9jh9id .mu5rtatd22 {
        width: 100%;
    }
}

.vbyw5og73n .cd2cludgqw {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 2rem;
    padding: 16px;
    border-radius: 8px;
    background-color: #f6fbfc;
    z-index: 2;
}

.vbyw5og73n .cd2cludgqw .y7gljytmpl {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 50px;
    background-color: #457b9d;
    border-radius: 100%;
    margin-right: 16px;
}

.vbyw5og73n .cd2cludgqw .y7gljytmpl .wrne5fawyy {
    margin-bottom: 0;
}

.vbyw5og73n .cd2cludgqw .habwzedrgr {
    margin-bottom: 0;
    width: 80%;
}

.vbyw5og73n .fyoo0835r8 {
    color: #f4efe8;
}

.vbyw5og73n .mu5rtatd22,
.vbyw5og73n .clyq9jh9id {
    color: #FFFFFF;
    text-align: right;
}

.vbyw5og73n .wrne5fawyy {
    color: #FFFFFF;
}

.vbyw5og73n .habwzedrgr {
    color: #000000;
}

.vbyw5og73n .fyoo0835r8,
.vbyw5og73n .qmldd3rplg {
    text-align: right;
    color: #FFFFFF;
}

.fk03e6b1pq {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: transparent;
}

.fk03e6b1pq .e2lbq6mufe {
    position: relative;
}

.fk03e6b1pq .e2lbq6mufe .iq7q4w4loj {
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    height: 100%;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #daffff 50%, #76aace);
    filter: blur(32px) blur(32px);
    z-index: 1;
}

@media (max-width: 768px) {
    .fk03e6b1pq .e2lbq6mufe .iq7q4w4loj {
        display: none;
    }
}

.fk03e6b1pq .e2lbq6mufe {
    justify-content: center;
}

.fk03e6b1pq .mbr-fallback-image.disabled {
    display: none;
}

.fk03e6b1pq .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.fk03e6b1pq .e2lbq6mufe {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .fk03e6b1pq .e2lbq6mufe {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .fk03e6b1pq .e2lbq6mufe {
        padding: 0 24px;
    }
}

.fk03e6b1pq .kq1cg4jeaw {
    position: relative;
    z-index: 2;
    margin-bottom: 36px;
    color: #000000;
    text-align: center;
}

.fk03e6b1pq .cd2cludgqw {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0 32px;
    margin-bottom: 32px;
}

.fk03e6b1pq .cd2cludgqw img {
    width: 120px;
    max-height: 120px;
    object-fit: cover;
}

.wf3ti6qqa4 {
    background-color: transparent;
}

.wf3ti6qqa4 .e2lbq6mufe {
    position: relative;
}

.wf3ti6qqa4 .e2lbq6mufe .iq7q4w4loj {
    position: absolute;
    top: 0;
    left: 28%;
    width: 600px;
    height: 600px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #daffff 50%, #76aace);
    filter: blur(64px) blur(64px);
    z-index: 1;
}

@media (max-width: 768px) {
    .wf3ti6qqa4 .e2lbq6mufe .iq7q4w4loj {
        display: none;
    }
}

.wf3ti6qqa4 .mbr-fallback-image.disabled {
    display: none;
}

.wf3ti6qqa4 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.wf3ti6qqa4 .e2lbq6mufe {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .wf3ti6qqa4 .e2lbq6mufe {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .wf3ti6qqa4 .e2lbq6mufe {
        padding: 0 24px;
    }
}

.wf3ti6qqa4 .clyq9jh9id {
    position: relative;
    z-index: 2;
}

.wf3ti6qqa4 .clyq9jh9id .fyoo0835r8 {
    margin: 40px 0;
    transform: rotate(-5deg);
}

.wf3ti6qqa4 .clyq9jh9id .mbr-date {
    margin: 0 auto;
    width: 80%;
}

.wf3ti6qqa4 .clyq9jh9id .mbr-loc {
    margin: 0 auto 32px;
    width: 80%;
}

.wf3ti6qqa4 .clyq9jh9id .mu5rtatd22 {
    margin-bottom: 32px;
}

.wf3ti6qqa4 .clyq9jh9id .qmldd3rplg {
    margin-bottom: 32px;
}

.wf3ti6qqa4 .clyq9jh9id .kq1cg4jeaw {
    margin-bottom: 0;
}

.wf3ti6qqa4 .fyoo0835r8 {
    color: #111111;
}

.wf3ti6qqa4 .mu5rtatd22,
.wf3ti6qqa4 .ghfb6t2q09 {
    color: #111111;
    text-align: center;
}

.wf3ti6qqa4 .mbr-date {
    color: #000000;
}

.wf3ti6qqa4 .mbr-loc {
    color: #111111;
    text-align: right;
}

.wf3ti6qqa4 .kq1cg4jeaw {
    color: #000000;
    text-align: center;
}

.wf3ti6qqa4 .fyoo0835r8,
.wf3ti6qqa4 .qmldd3rplg {
    text-align: center;
    color: #000000;
}

.wf3ti6qqa4 .mu5rtatd22 {
    color: #000000;
}

.nmlhqa3xwe {
    padding-top: 6rem;
    padding-bottom: 6rem;
    overflow: hidden;
    background-color: transparent;
    position: relative;
}

.nmlhqa3xwe .iq7q4w4loj {
    position: absolute;
    top: 0;
    right: 0;
    width: 450px;
    height: 450px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #daffff 50%, #76aace);
    filter: blur(64px) blur(64px);
    z-index: 1;
}

@media (max-width: 768px) {
    .nmlhqa3xwe .iq7q4w4loj {
        display: none;
    }
}

.nmlhqa3xwe .wd8ep4bhgn:focus,
.nmlhqa3xwe span:focus {
    outline: none;
}

.nmlhqa3xwe .wd8ep4bhgn {
    cursor: pointer;
}

.nmlhqa3xwe .q4qi259n02 {
    grid-row-gap: 2rem;
}

@media (max-width: 767px) {
    .nmlhqa3xwe .q4qi259n02 {
        grid-row-gap: 1rem;
    }
}

.nmlhqa3xwe .grid-container-1,
.nmlhqa3xwe .grid-container-2,
.nmlhqa3xwe .h0ocja78g5 {
    gap: 0 2rem;
    z-index: 1;
}

@media (max-width: 767px) {

    .nmlhqa3xwe .grid-container-1,
    .nmlhqa3xwe .grid-container-2,
    .nmlhqa3xwe .h0ocja78g5 {
        gap: 0 1rem;
    }
}

.nmlhqa3xwe .fyoo0835r8 {
    color: #000000;
}

.nmlhqa3xwe .mu5rtatd22,
.nmlhqa3xwe .qmldd3rplg {
    color: #000000;
}

.nmlhqa3xwe .content-head {
    max-width: 800px;
}

.nmlhqa3xwe .container,
.nmlhqa3xwe .p5jz08b8r7 {
    overflow: hidden;
    z-index: 2;
}

.nmlhqa3xwe .q4qi259n02 {
    position: relative;
    display: grid;
    transform: translate3d(-3rem, 0, 0);
    width: 115vw;
    grid-column-gap: 1rem;
}

.nmlhqa3xwe .yvgeyk3pw9 {
    position: relative;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nmlhqa3xwe .yvgeyk3pw9::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-image: linear-gradient(0deg, #003d41, transparent);
    pointer-events: none;
}

.nmlhqa3xwe .yvgeyk3pw9 img {
    min-width: 30vw;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .nmlhqa3xwe .yvgeyk3pw9 img {
        min-width: 35vw;
    }
}

.nmlhqa3xwe .yvgeyk3pw9,
.nmlhqa3xwe img {
    width: 100%;
    height: 100%;
}

.nmlhqa3xwe .grid-container-1,
.nmlhqa3xwe .grid-container-2,
.nmlhqa3xwe .h0ocja78g5 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
}

.nmlhqa3xwe .grid-container-1 {
    align-items: flex-end;
}

.nmlhqa3xwe .grid-container-2 {
    align-items: flex-start;
}

.g37btt9470 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #003d41;
}

.g37btt9470 .mbr-fallback-image.disabled {
    display: none;
}

.g37btt9470 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.g37btt9470 .e2lbq6mufe {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .g37btt9470 .e2lbq6mufe {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .g37btt9470 .e2lbq6mufe {
        padding: 0 24px;
    }
}

.g37btt9470 .r3o4xd9m4u {
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    .g37btt9470 .r3o4xd9m4u {
        margin-bottom: 24px;
    }
}

.g37btt9470 .r3o4xd9m4u .fyoo0835r8 {
    margin-bottom: 0;
}

.g37btt9470 .phmiqyud7a.e2lbq6mufe {
    padding: 0 0 0 100px;
}

@media (max-width: 992px) {
    .g37btt9470 .phmiqyud7a.e2lbq6mufe {
        padding: 0;
    }
}

.g37btt9470 .phmiqyud7a.e2lbq6mufe .t6ddcu36mk {
    padding: 0;
    margin-bottom: 12px !important;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ffffff !important;
}

.g37btt9470 .phmiqyud7a.e2lbq6mufe .t6ddcu36mk .yderjhtp0j {
    padding: 12px 0;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    border-color: transparent !important;
}

.g37btt9470 .phmiqyud7a.e2lbq6mufe .t6ddcu36mk .yderjhtp0j::placeholder {
    color: #ffffff;
}

.g37btt9470 .phmiqyud7a.e2lbq6mufe .t6ddcu36mk .yderjhtp0j:hover {
    border-color: transparent !important;
}

.g37btt9470 .phmiqyud7a.e2lbq6mufe .t6ddcu36mk .yderjhtp0j:focus {
    background-color: transparent;
    box-shadow: none;
}

.g37btt9470 .phmiqyud7a.e2lbq6mufe .t6ddcu36mk .form-check {
    padding-left: 28px;
    margin-bottom: 0;
    margin-right: 18%;
    line-height: 2.2;
}

.g37btt9470 .phmiqyud7a.e2lbq6mufe .t6ddcu36mk .form-check .form-check-input {
    border-radius: 0;
    background: transparent;
    border: 1px solid #ffffff;
}

.g37btt9470 .phmiqyud7a.e2lbq6mufe .qmldd3rplg {
    padding: 0;
}

.g37btt9470 .fyoo0835r8 {
    color: #FFFFFF;
}

.g37btt9470 .form-check-label {
    color: #f4efe8;
}

.pgyuvn2yqq {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #003d41;
}

.pgyuvn2yqq .e2lbq6mufe {
    position: relative;
}

.pgyuvn2yqq .e2lbq6mufe .iq7q4w4loj {
    position: absolute;
    top: 0;
    right: 0;
    width: 420px;
    height: 420px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #daffff 50%, #76aace);
    filter: blur(64px) blur(64px);
    z-index: 1;
}

@media (max-width: 768px) {
    .pgyuvn2yqq .e2lbq6mufe .iq7q4w4loj {
        display: none;
    }
}

.pgyuvn2yqq .mbr-fallback-image.disabled {
    display: none;
}

.pgyuvn2yqq .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.pgyuvn2yqq .e2lbq6mufe {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .pgyuvn2yqq .e2lbq6mufe {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .pgyuvn2yqq .e2lbq6mufe {
        padding: 0 24px;
    }
}

.pgyuvn2yqq .qs8lfut01v {
    display: flex;
    align-items: center;
}

.pgyuvn2yqq .r3o4xd9m4u {
    position: relative;
    z-index: 2;
    margin-bottom: 64px;
    width: 100%;
}

@media (max-width: 992px) {
    .pgyuvn2yqq .r3o4xd9m4u {
        margin-bottom: 32px;
    }
}

.pgyuvn2yqq .r3o4xd9m4u .fyoo0835r8 {
    margin-bottom: 10px;
}

.pgyuvn2yqq .r3o4xd9m4u .mu5rtatd22 {
    margin-bottom: 20px;
}

.pgyuvn2yqq .cd2cludgqw {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 2rem;
    padding: 16px;
    border-radius: 8px;
    background-color: #f6fbfc;
    z-index: 2;
}

.pgyuvn2yqq .cd2cludgqw .y7gljytmpl {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 50px;
    background-color: #457b9d;
    border-radius: 100%;
    margin-right: 16px;
}

.pgyuvn2yqq .cd2cludgqw .y7gljytmpl .wrne5fawyy {
    margin-bottom: 0;
}

.pgyuvn2yqq .cd2cludgqw .habwzedrgr {
    margin-bottom: 0;
    width: 80%;
}

.pgyuvn2yqq .fyoo0835r8 {
    color: #f4efe8;
}

.pgyuvn2yqq .mu5rtatd22 {
    color: #f4efe8;
    text-align: right;
}

.pgyuvn2yqq .wrne5fawyy {
    color: #FFFFFF;
}

.pgyuvn2yqq .habwzedrgr {
    color: #000000;
}

.pgyuvn2yqq .fyoo0835r8,
.pgyuvn2yqq .qmldd3rplg {
    color: #FFFFFF;
}

.yep25cxzot {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #003d41;
}

.yep25cxzot .e2lbq6mufe {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .yep25cxzot .e2lbq6mufe {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .yep25cxzot .e2lbq6mufe {
        padding: 0 24px;
    }
}

.yep25cxzot .r3o4xd9m4u {
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    .yep25cxzot .r3o4xd9m4u {
        margin-bottom: 24px;
    }
}

.yep25cxzot .r3o4xd9m4u img {
    display: inline-block;
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-bottom: 16px;
    border-radius: 6px;
}

.yep25cxzot .r3o4xd9m4u .fyoo0835r8 {
    margin-bottom: 35px;
}

@media (max-width: 992px) {
    .yep25cxzot .r3o4xd9m4u .fyoo0835r8 {
        margin-bottom: 26px;
    }
}

@media (max-width: 425px) {
    .yep25cxzot .r3o4xd9m4u .fyoo0835r8 {
        color: #0aa3c2;
    }
}

.yep25cxzot .r3o4xd9m4u .mu5rtatd22 {
    margin-bottom: 0;
}

@media (max-width: 425px) {
    .yep25cxzot .r3o4xd9m4u .mu5rtatd22 {
        color: #0aa3c2;
    }
}

.yep25cxzot .x72q23k3n3 {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    color: #f4efe8;
}

@media (max-width: 425px) {
    .yep25cxzot .x72q23k3n3 {
        justify-content: flex-start;
    }
}

.yep25cxzot .x72q23k3n3 .czqcc64ain {
    margin: 5px 0 5px 30px;
}

@media (max-width: 425px) {
    .yep25cxzot .x72q23k3n3 .czqcc64ain {
        margin: 5px 30px 5px 0;
    }
}

.yep25cxzot .sl0m5aysgh {
    overflow: hidden;
}

.yep25cxzot .fyoo0835r8 {
    color: #111111;
}

.yep25cxzot .mu5rtatd22 {
    color: #FFFFFF;
    text-align: left;
}